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