diff options
author | Paul Brook <paul@codesourcery.com> | 2004-05-11 16:23:44 +0000 |
---|---|---|
committer | Paul Brook <pbrook@gcc.gnu.org> | 2004-05-11 16:23:44 +0000 |
commit | 3277074642a8201218f4f8efbd9c6a02815a29c0 (patch) | |
tree | 13945cec14cd33eb090b36403f640a7b0262c5c5 /gcc/flags.h | |
parent | 946f318ae781197a2b4259a30610970dd440d0f0 (diff) | |
download | gcc-3277074642a8201218f4f8efbd9c6a02815a29c0.tar.gz |
flags.h (flag_short_enums): Update comment.
* flags.h (flag_short_enums): Update comment.
* opts.c (decode_options): Set flag_short_enums to 2.
* toplev.c (flag_short_enums): Update comment.
(process_options): Call default_short_enums target hook.
From-SVN: r81704
Diffstat (limited to 'gcc/flags.h')
-rw-r--r-- | gcc/flags.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gcc/flags.h b/gcc/flags.h index b4fc10d7f90..458b2e9432f 100644 --- a/gcc/flags.h +++ b/gcc/flags.h @@ -244,7 +244,8 @@ extern int flag_print_asm_name; extern int flag_signed_char; -/* Nonzero means give an enum type only as many bytes as it needs. */ +/* Nonzero means give an enum type only as many bytes as it needs. A value + of 2 means it has not yet been initialized. */ extern int flag_short_enums; |