(ONLY_INT_FIELDS): Define if not __GNUC__.
From-SVN: r3356
This commit is contained in:
parent
e13502d79c
commit
cc122dbc43
@ -59,3 +59,7 @@ extern char *malloc (), *realloc (), *sbrk (), *calloc ();
|
||||
#endif
|
||||
|
||||
#include "string.h"
|
||||
|
||||
#ifndef __GNUC__
|
||||
#define ONLY_INT_FIELDS
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user