aboutsummaryrefslogtreecommitdiff
path: root/gcc/java/lex.c
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2001-12-09 05:06:45 +0000
committerTom Tromey <tromey@gcc.gnu.org>2001-12-09 05:06:45 +0000
commit7b35f6c94ff5ec2fd0b3563646b74271976f3b91 (patch)
tree0488d2c6a43c356705d82a00d21aca4a7187c94f /gcc/java/lex.c
parent897c9e66debb64ee4785f78984937a811d16c4c1 (diff)
downloadgcc-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/lex.c')
-rw-r--r--gcc/java/lex.c4
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",