1 /********************************************
3 ++jrb bammi@cadence.com
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 ********************************************/
14 This is for atariST/StE/TT series with gcc
15 Tested with gcc-1.40 + libs @ Patchlevel 73
20 * Revision 1.1 91/10/29 10:48:52 brennan
28 #define HAVE_STDLIB_H 1
30 #define FPE_TRAPS_ON 1
31 #define NOINFO_SIGFPE 1
34 #define SIZE_T(X) ((size_t)(X))
36 #include "config/Idefault.h"