From cc122dbc4387b30a621c155dd8bca057ce09a7db Mon Sep 17 00:00:00 2001 From: Richard Kenner Date: Tue, 26 Jan 1993 19:23:57 -0500 Subject: (ONLY_INT_FIELDS): Define if not __GNUC__. From-SVN: r3356 --- gcc/config/alpha/xm-alpha.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'gcc') diff --git a/gcc/config/alpha/xm-alpha.h b/gcc/config/alpha/xm-alpha.h index 8b84eda..775225f 100644 --- a/gcc/config/alpha/xm-alpha.h +++ b/gcc/config/alpha/xm-alpha.h @@ -59,3 +59,7 @@ extern char *malloc (), *realloc (), *sbrk (), *calloc (); #endif #include "string.h" + +#ifndef __GNUC__ +#define ONLY_INT_FIELDS +#endif -- cgit v1.1