diff options
Diffstat (limited to 'gcc/java/lex.c')
-rw-r--r-- | gcc/java/lex.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/java/lex.c b/gcc/java/lex.c index 1eed233..0b7e93d 100644 --- a/gcc/java/lex.c +++ b/gcc/java/lex.c @@ -1887,9 +1887,9 @@ static const char *const cxx_keywords[] = "__typeof__", "__volatile", "__volatile__", - "asm", "and", "and_eq", + "asm", "auto", "bitand", "bitor", @@ -1949,8 +1949,8 @@ static const char *const cxx_keywords[] = "true", "try", "typedef", - "typename", "typeid", + "typename", "typeof", "union", "unsigned", |