Added "callback" to Java reserved keywords.
This commit is contained in:
parent
b80b920f90
commit
aa40b760df
1 changed files with 2 additions and 1 deletions
|
@ -143,7 +143,8 @@ namespace Bind
|
|||
"catch", "extends", "int", "short", "try",
|
||||
"char", "final", "interface", "static", "void",
|
||||
"class", "finally", "long", "strictfp", "volatile",
|
||||
"const", "float", "native", "super", "while"
|
||||
"const", "float", "native", "super", "while",
|
||||
"callback"
|
||||
});
|
||||
|
||||
static readonly List<string> CppKeywords = new List<string>();
|
||||
|
|
Loading…
Reference in a new issue