(ONLY_INT_FIELD): Define again; this time say why.
authorRichard Kenner <kenner@gcc.gnu.org>
Mon, 26 Apr 1993 23:08:12 +0000 (19:08 -0400)
committerRichard Kenner <kenner@gcc.gnu.org>
Mon, 26 Apr 1993 23:08:12 +0000 (19:08 -0400)
From-SVN: r4242

gcc/config/alpha/xm-alpha.h

index 20e5e85..5bd20b5 100644 (file)
@@ -48,6 +48,13 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA.  */
 #define USE_C_ALLOCA
 #endif
 
+/* The host compiler has problems with enum bitfields since it makes
+   them signed so we can't fit all our codes in.  */
+
+#ifndef __GNUC__
+#define ONLY_INT_FIELDS
+#endif
+
 /* Declare some functions needed for this machine.  We don't want to
    include these in the sources since other machines might define them
    differently.  */