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> 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 * gjavah.c (HANDLE_METHOD): Set `decompiled' before doing anything
else. else.
......
...@@ -424,9 +424,9 @@ static const char *const cxx_keywords[] = ...@@ -424,9 +424,9 @@ static const char *const cxx_keywords[] =
"__typeof__", "__typeof__",
"__volatile", "__volatile",
"__volatile__", "__volatile__",
"asm",
"and", "and",
"and_eq", "and_eq",
"asm",
"auto", "auto",
"bitand", "bitand",
"bitor", "bitor",
...@@ -486,8 +486,8 @@ static const char *const cxx_keywords[] = ...@@ -486,8 +486,8 @@ static const char *const cxx_keywords[] =
"true", "true",
"try", "try",
"typedef", "typedef",
"typename",
"typeid", "typeid",
"typename",
"typeof", "typeof",
"union", "union",
"unsigned", "unsigned",
......
...@@ -1887,9 +1887,9 @@ static const char *const cxx_keywords[] = ...@@ -1887,9 +1887,9 @@ static const char *const cxx_keywords[] =
"__typeof__", "__typeof__",
"__volatile", "__volatile",
"__volatile__", "__volatile__",
"asm",
"and", "and",
"and_eq", "and_eq",
"asm",
"auto", "auto",
"bitand", "bitand",
"bitor", "bitor",
...@@ -1949,8 +1949,8 @@ static const char *const cxx_keywords[] = ...@@ -1949,8 +1949,8 @@ static const char *const cxx_keywords[] =
"true", "true",
"try", "try",
"typedef", "typedef",
"typename",
"typeid", "typeid",
"typename",
"typeof", "typeof",
"union", "union",
"unsigned", "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