Added "callback" to Java reserved keywords.

This commit is contained in:
the_fiddler 2011-12-05 12:26:54 +00:00
parent 7d3823ca6f
commit 72123730e4

View file

@ -143,7 +143,8 @@ namespace Bind
"catch", "extends", "int", "short", "try", "catch", "extends", "int", "short", "try",
"char", "final", "interface", "static", "void", "char", "final", "interface", "static", "void",
"class", "finally", "long", "strictfp", "volatile", "class", "finally", "long", "strictfp", "volatile",
"const", "float", "native", "super", "while" "const", "float", "native", "super", "while",
"callback"
}); });
static readonly List<string> CppKeywords = new List<string>(); static readonly List<string> CppKeywords = new List<string>();