home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / MAWK113.ZIP / mawk113 / config / convex.h < prev    next >
C/C++ Source or Header  |  1992-07-08  |  855b  |  47 lines

  1.  
  2. /********************************************
  3. convex.h
  4. copyright 1992, Michael D. Brennan
  5.  
  6. This is a source file for mawk, an implementation of
  7. the AWK programming language.
  8.  
  9. Mawk is distributed without warranty under the terms of
  10. the GNU General Public License, version 2, 1991.
  11. ********************************************/
  12.  
  13.  
  14. /* tested on ConvexOS 9.1
  15.  
  16. There is a bug in convex strtod(3) in OS 8.1, 9.0 and 9.1.
  17.  
  18. It is supposed to be fixed in 10.0
  19.  
  20. The patch is PR-25399
  21.  
  22. */
  23.  
  24. /*$Log: convex.h,v $
  25.  * Revision 1.1  1992/07/08  16:07:31  brennan
  26.  * Initial revision
  27.  *
  28. */
  29.  
  30. /* convex.h */
  31.  
  32. #ifndef   CONFIG_H
  33. #define   CONFIG_H    1
  34.  
  35. #define    FPE_TRAPS_ON    1
  36. #define    FPE_ZERODIVIDE    0x4
  37. #define    FPE_OVERFLOW    0x3
  38. #define    HAVE_MATHERR    0
  39.  
  40. #define  sys_nerr    __ap$sys_nerr
  41. #define  sys_errlist    __ap$sys_errlist
  42.  
  43. #include "config/Idefault.h"
  44. #endif /* CONFIG_H  */
  45.  
  46.  
  47.