1992-12-22 23:37:36 +00:00
|
|
|
#define STDC_HEADERS
|
1993-03-24 08:01:07 +00:00
|
|
|
#define FILE_OFFSET_IS_CHAR_INDEX
|
1992-12-22 23:37:36 +00:00
|
|
|
#if defined(__STDC__) && __GNUC__ >= 2
|
1992-06-16 12:05:52 +00:00
|
|
|
#define abort __hide_abort
|
|
|
|
#define exit __hide_exit
|
|
|
|
#endif
|
1992-12-22 23:37:36 +00:00
|
|
|
#include "hosts/std-host.h"
|
|
|
|
#include <alloca.h>
|
1993-03-23 13:54:41 +00:00
|
|
|
#include <memory.h>
|
1992-06-16 12:05:52 +00:00
|
|
|
#undef exit
|
|
|
|
#undef abort
|