Commit 7b35f6c9 by Tom Tromey Committed by Tom Tromey

gjavah.c (cxx_keywords): Re-sorted.

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

From-SVN: r47803
parent 897c9e66
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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment