From mboxrd@z Thu Jan 1 00:00:00 1970 From: bjg@sourceware.cygnus.com To: gsl-cvs@sourceware.cygnus.com Subject: gsl/sys prec.c Date: Fri, 06 Aug 1999 10:37:00 -0000 Message-id: <19990806173756.18126.qmail@egcs.cygnus.com> X-SW-Source: 1999/msg00209.html List-Id: CVSROOT: /cvs/gsl Module name: gsl Changes by: bjg@egcs.cygnus.com 99/08/06 10:37:55 Modified files: sys : prec.c Log message: encountered a problem with the #ifndef macro, namely a static version of the function is always required so it cannot be completely ifdef'ed away -- we now define the function explicitly instead but avoid the macro expansion by not including it.