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 ********************************************/
16 without IEEE754 floating point
18 Even with IEEE754 hardware e.g. a 80x87 or 486
19 you might need this, because the math library doesn't
22 tested on SCO UNIX VR3.2v2.0
27 * Revision 4.1 91/09/25 11:41:40 brennan
30 * Revision 1.2 91/08/13 09:04:15 brennan
33 * Revision 1.1 91/08/03 05:49:52 brennan
41 #define FPE_TRAPS_ON 1
42 #define NOINFO_SIGFPE 1
45 #include "config/Idefault.h"