turn on file-position optimizations again

This commit is contained in:
Ken Raeburn 1993-03-24 08:01:07 +00:00
parent a33a2b65c5
commit 550fb7afd3

View File

@ -1,5 +1,5 @@
#define STDC_HEADERS
#undef FILE_OFFSET_IS_CHAR_INDEX
#define FILE_OFFSET_IS_CHAR_INDEX
#if defined(__STDC__) && __GNUC__ >= 2
#define abort __hide_abort
#define exit __hide_exit