Mercurial > hg > xemacs-beta
comparison src/floatfns.c @ 100:4be1180a9e89 r20-1b2
Import from CVS: tag r20-1b2
author | cvs |
---|---|
date | Mon, 13 Aug 2007 09:15:11 +0200 |
parents | 859a2309aef8 |
children | cf808b4c4290 |
comparison
equal
deleted
inserted
replaced
99:2d83cbd90d8d | 100:4be1180a9e89 |
---|---|
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 | |
56 #include "sysfloat.h" | 60 #include "sysfloat.h" |
57 | 61 |
58 #ifndef HAVE_RINT | 62 #ifndef HAVE_RINT |
59 static double | 63 static double |
60 rint (double x) | 64 rint (double x) |