/[gcl]/gcl/h/gclincl.h.in
ViewVC logotype

Diff of /gcl/h/gclincl.h.in

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.11 by camm, Mon Jun 17 04:44:30 2002 UTC revision 1.12 by camm, Wed Jun 19 19:50:02 2002 UTC
# Line 120  Line 120 
120  #endif  #endif
121  #endif  #endif
122    
123    #undef HAVE_ISFINITE
124    #undef HAVE_FINITE
125    
126    #ifdef NEED_ISFINITE
127    #ifdef HAVE_ISFINITE
128    #define _GNU_SOURCE
129    #include <math.h>
130    #define ISFINITE(a) isfinite(a)
131    #else
132    #ifdef HAVE_FINITE
133    #include <math.h>
134    #define ISFINITE(a) finite(a)
135    #else
136    #error "No isfinite found"
137    #endif
138    #endif
139    #endif
140    
141  /* math.h for definitions in generated C code */  /* math.h for definitions in generated C code */
142  #undef NEED_MATH_H  #undef NEED_MATH_H
143    

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26