comparison src/floatfns.c @ 104:cf808b4c4290 r20-1b4

Import from CVS: tag r20-1b4
author cvs
date Mon, 13 Aug 2007 09:16:51 +0200
parents 4be1180a9e89
children 3d6bfa290dbd
comparison
equal deleted inserted replaced
103:30eda07fe280 104:cf808b4c4290
51 51
52 #ifdef LISP_FLOAT_TYPE 52 #ifdef LISP_FLOAT_TYPE
53 53
54 /* Need to define a differentiating symbol -- see sysfloat.h */ 54 /* Need to define a differentiating symbol -- see sysfloat.h */
55 #define THIS_FILENAME floatfns 55 #define THIS_FILENAME floatfns
56 /* glibc chokes unless _GNU_SOURCE is defined */
57 #if defined (__GLIBC__) && (__GLIBC__ >= 2)
58 #define _GNU_SOURCE 1
59 #endif
60 #include "sysfloat.h" 56 #include "sysfloat.h"
61 57
62 #ifndef HAVE_RINT 58 #ifndef HAVE_RINT
63 static double 59 static double
64 rint (double x) 60 rint (double x)