2 /********************************************
5 This is a source file for mawk, an implementation of
6 the AWK programming language.
8 Mawk is distributed without warranty under the terms of
9 the GNU General Public License, version 2, 1991.
10 ********************************************/
16 * should work on any Sequent running Final DYNIX
24 #define vfprintf(s,f,a) _doprnt(f,a,s)
25 #define FPE_TRAPS_ON 1
26 #define HAVE_MATHERR 0
27 #include <sys/types.h>
28 #include <machine/fpu.h>
29 #define FPE_ZERODIVIDE FPE_FLTDIV_TRAP
30 #define FPE_OVERFLOW FPE_FLTOVF_TRAP
32 extern char *strchr();
34 #include "config/Idefault.h"