(ONLY_INT_FIELDS): Define if not __GNUC__.

From-SVN: r3356
This commit is contained in:
Richard Kenner 1993-01-26 19:23:57 -05:00
parent e13502d79c
commit cc122dbc43
1 changed files with 4 additions and 0 deletions

View File

@ -59,3 +59,7 @@ extern char *malloc (), *realloc (), *sbrk (), *calloc ();
#endif
#include "string.h"
#ifndef __GNUC__
#define ONLY_INT_FIELDS
#endif