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:
parent
897c9e66de
commit
7b35f6c94f
@ -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.
|
||||
|
||||
|
@ -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",
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user