diff options
author | Kazu Hirata <kazu@cs.umass.edu> | 2004-02-19 21:49:45 +0000 |
---|---|---|
committer | Kazu Hirata <kazu@gcc.gnu.org> | 2004-02-19 21:49:45 +0000 |
commit | 37a46828a752531a6794329f21d582f25fc23358 (patch) | |
tree | 463481e670e9c236d9d5069bd9278dca247eaee5 /gcc/opts.c | |
parent | f9c887ac068686a6b368ad3c1432ad8ba1d0b201 (diff) | |
download | gcc-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.c | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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. */ |