Expand PMF_FN_* macros.
[netbsd-mini2440.git] / gnu / usr.bin / awk / config / sysV_ieeefp.h
blobd0371976da203019041a6c045797ca9257d5b466
2 /********************************************
3 sysV_ieeefp.h
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
16 * VERSION 1.0
18 * Revision 1.3 91/09/10 09:19:41 brennan
19 * fixed comment typo
21 * Revision 1.2 91/08/13 09:04:17 brennan
22 * VERSION .9994
24 * Revision 1.1 91/07/03 06:36:41 brennan
25 * Initial revision
29 /* This is the config.h file for
30 SystemV R3+
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:
39 #ifndef CONFIG_H
40 #define CONFIG_H 1
43 #define TURN_OFF_FPE_TRAPS() (void) fpsetmask(0)
45 #include "config/Idefault.h"
46 #endif /* CONFIG_H */