gjavah.c (cxx_keywords): Re-sorted.

* gjavah.c (cxx_keywords): Re-sorted.
	* lex.c (cxx_keywords): Re-sorted.

From-SVN: r47803
This commit is contained in:
Tom Tromey 2001-12-09 05:06:45 +00:00 committed by Tom Tromey
parent 897c9e66de
commit 7b35f6c94f
3 changed files with 7 additions and 4 deletions

View 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.

View 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",

View 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",