diff options
author | Tom Tromey <tromey@redhat.com> | 2001-12-09 05:06:45 +0000 |
---|---|---|
committer | Tom Tromey <tromey@gcc.gnu.org> | 2001-12-09 05:06:45 +0000 |
commit | 7b35f6c94ff5ec2fd0b3563646b74271976f3b91 (patch) | |
tree | 0488d2c6a43c356705d82a00d21aca4a7187c94f /gcc/java/gjavah.c | |
parent | 897c9e66debb64ee4785f78984937a811d16c4c1 (diff) | |
download | gcc-7b35f6c94ff5ec2fd0b3563646b74271976f3b91.zip gcc-7b35f6c94ff5ec2fd0b3563646b74271976f3b91.tar.gz gcc-7b35f6c94ff5ec2fd0b3563646b74271976f3b91.tar.bz2 |
gjavah.c (cxx_keywords): Re-sorted.
* gjavah.c (cxx_keywords): Re-sorted.
* lex.c (cxx_keywords): Re-sorted.
From-SVN: r47803
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", |