(ONLY_INT_FIELDS): Define if not __GNUC__.
authorRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Jan 1993 00:23:57 +0000 (19:23 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Wed, 27 Jan 1993 00:23:57 +0000 (19:23 -0500)
From-SVN: r3356

gcc/config/alpha/xm-alpha.h

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