diff options
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; |