home *** CD-ROM | disk | FTP | other *** search
/ Il CD di internet / CD.iso / SOURCE / D / LIBC / LIBC-4.6 / LIBC-4 / libc-linux / sysdeps / linux / i386 / math / float.h < prev    next >
Encoding:
C/C++ Source or Header  |  1993-12-17  |  194 b   |  9 lines

  1. /* work around until gcc's <float.h> is correct */
  2.  
  3. #ifndef _MIN_EVAL_FORMAT
  4. #define _MIN_EVAL_FORMAT  2
  5. #define _WIDEST_NEED_EVAL 0 /* does not matter anyway */
  6. #endif
  7.  
  8. #include_next <float.h>
  9.