gjavah.c (cxx_keywords): Re-sorted.
authorTom Tromey <tromey@redhat.com>
Sun, 9 Dec 2001 05:06:45 +0000 (05:06 +0000)
committerTom Tromey <tromey@gcc.gnu.org>
Sun, 9 Dec 2001 05:06:45 +0000 (05:06 +0000)
* gjavah.c (cxx_keywords): Re-sorted.
* lex.c (cxx_keywords): Re-sorted.

From-SVN: r47803

gcc/java/ChangeLog
gcc/java/gjavah.c
gcc/java/lex.c

index 43a6560aec0b2076917d6a69defb9521cadbe297..f04ebf26daac22f83d84c5005222e5e56a660c2f 100644 (file)
@@ -1,5 +1,8 @@
 2001-12-08  Tom Tromey  <tromey@redhat.com>
 
+       * gjavah.c (cxx_keywords): Re-sorted.
+       * lex.c (cxx_keywords): Re-sorted.
+
        * gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything
        else.
 
index 779e3ed43c4255f223634328b158d9249ab94597..724877507e0071e09b3c19517ff3ef552494d539 100644 (file)
@@ -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",
index 1eed23373410608af06559a765ab78ebf031a5cb..0b7e93d60324dd232f0f62104704ba2024115a12 100644 (file)
@@ -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",