aboutsummaryrefslogtreecommitdiff
path: root/gcc/opts.c
diff options
context:
space:
mode:
authorKazu Hirata <kazu@cs.umass.edu>2004-02-19 21:49:45 +0000
committerKazu Hirata <kazu@gcc.gnu.org>2004-02-19 21:49:45 +0000
commit37a46828a752531a6794329f21d582f25fc23358 (patch)
tree463481e670e9c236d9d5069bd9278dca247eaee5 /gcc/opts.c
parentf9c887ac068686a6b368ad3c1432ad8ba1d0b201 (diff)
downloadgcc-37a46828a752531a6794329f21d582f25fc23358.zip
gcc-37a46828a752531a6794329f21d582f25fc23358.tar.gz
gcc-37a46828a752531a6794329f21d582f25fc23358.tar.bz2
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
Diffstat (limited to 'gcc/opts.c')
-rw-r--r--gcc/opts.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/gcc/opts.c b/gcc/opts.c
index 45acba3..b25ba43 100644
--- a/gcc/opts.c
+++ b/gcc/opts.c
@@ -594,10 +594,6 @@ decode_options (unsigned int argc, const char **argv)
/* Initialize whether `char' is signed. */
flag_signed_char = DEFAULT_SIGNED_CHAR;
-#ifdef DEFAULT_SHORT_ENUMS
- /* Initialize how much space enums occupy, by default. */
- flag_short_enums = DEFAULT_SHORT_ENUMS;
-#endif
/* Initialize target_flags before OPTIMIZATION_OPTIONS so the latter can
modify it. */