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 compiled and tested on apollo SR10.3
20 /* don't have IEEE hardware */
21 #define FPE_TRAPS_ON 1
22 #define FPE_ZERODIVIDE FPE_FLTDIV_FAULT
23 #define FPE_OVERFLOW FPE_FLTOVF_FAULT
25 /* compiler sets __STDC__ but really is not ansi */
28 #include "config/Idefault.h"