From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/ /configure.in pecfunc/airy.c pecfunc/bess ... Date: Mon, 30 Aug 1999 03:36:00 -0000 Message-id: <19990830103601.11031.qmail@egcs.cygnus.com> X-SW-Source: 1999/msg00281.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@egcs.cygnus.com 99/08/30 03:36:00 Modified files: . : configure.in specfunc : airy.c bessel.c bessel_olver.c bessel_zero.c coupling.c ellint.c erfc.c gamma.c gsl_sf_exp.h hyperg_1F1.c legendre_con.c trig.c zeta.c interpolation : ChangeLog accel.c akima.c bsearch.c bsearch.h cspline.c gsl_interp.h linear.c linalg : linalg_simple.c matrix : gsl_matrix_char.h rng : gsl_rng.h Log message: cleaning up inline: made configure.in test strictly for "extern inline" as understood by GCC. Only modifications to header files are to clean up existing usage of HAVE_INLINE and make it all consistent. No additional #ifdefs for __GNUC__ at this stage, rely on configure to detect its presence instead.