From 37a46828a752531a6794329f21d582f25fc23358 Mon Sep 17 00:00:00 2001 From: Kazu Hirata Date: Thu, 19 Feb 2004 21:49:45 +0000 Subject: opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS. * opts.c (decode_options): Don't use DEFAULT_SHORT_ENUMS. * system.h (DEFAULT_SHORT_ENUMS): Poison. * config/cris/cris.h: Remove a comment about DEFAULT_SHORT_ENUMS. * config/ip2k/ip2k.h: Likewise. * doc/tm.texi (DEFAULT_SHORT_ENUMS): Remove. From-SVN: r78122 --- gcc/config/cris/cris.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'gcc/config/cris') diff --git a/gcc/config/cris/cris.h b/gcc/config/cris/cris.h index 5110f9a..10147b2 100644 --- a/gcc/config/cris/cris.h +++ b/gcc/config/cris/cris.h @@ -567,8 +567,6 @@ extern int target_flags; /* For compatibility and historical reasons, a char should be signed. */ #define DEFAULT_SIGNED_CHAR 1 -/* No DEFAULT_SHORT_ENUMS, please. */ - /* Note that WCHAR_TYPE_SIZE is used in cexp.y, where TARGET_SHORT is not available. */ #undef WCHAR_TYPE -- cgit v1.1