Commit cc122dbc by Richard Kenner

(ONLY_INT_FIELDS): Define if not __GNUC__.

From-SVN: r3356
parent e13502d7
...@@ -59,3 +59,7 @@ extern char *malloc (), *realloc (), *sbrk (), *calloc (); ...@@ -59,3 +59,7 @@ extern char *malloc (), *realloc (), *sbrk (), *calloc ();
#endif #endif
#include "string.h" #include "string.h"
#ifndef __GNUC__
#define ONLY_INT_FIELDS
#endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment