diff options
Diffstat (limited to 'gcc/c-lex.c')
-rw-r--r-- | gcc/c-lex.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gcc/c-lex.c b/gcc/c-lex.c index 8e6582f06db..bbe8dc7c117 100644 --- a/gcc/c-lex.c +++ b/gcc/c-lex.c @@ -685,10 +685,10 @@ utf8_extend_token (c) #if 0 struct try_type { - tree *node_var; - char unsigned_flag; - char long_flag; - char long_long_flag; + tree *const node_var; + const char unsigned_flag; + const char long_flag; + const char long_long_flag; }; struct try_type type_sequence[] = |