2 /********************************************
4 copyright 1991, Michael D. Brennan
6 This is a source file for mawk, an implementation of
7 the AWK programming language.
9 Mawk is distributed without warranty under the terms of
10 the GNU General Public License, version 2, 1991.
11 ********************************************/
14 /* $Log: sysV_ieeefp.h,v $
15 * Revision 4.1 91/09/25 11:41:45 brennan
18 * Revision 1.3 91/09/10 09:19:41 brennan
21 * Revision 1.2 91/08/13 09:04:17 brennan
24 * Revision 1.1 91/07/03 06:36:41 brennan
29 /* This is the config.h file for
31 with IEEE754 floating point
32 **and a math library that supports ieee754**
34 This should work on SysV R3+ systems on i386 or i486
35 compiled and tested on:
43 #define TURN_OFF_FPE_TRAPS() (void) fpsetmask(0)
45 #include "config/Idefault.h"