Skip to content

Commit

Permalink
Remove "do" and "if" from reserved list
Browse files Browse the repository at this point in the history
  • Loading branch information
iBotPeaches committed Jan 15, 2017
1 parent cad2d99 commit e37c8ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/aapt/AaptAssets.cpp
Expand Up @@ -1624,8 +1624,8 @@ valid_symbol_name(const String8& symbol)
static char const * const KEYWORDS[] = { static char const * const KEYWORDS[] = {
"abstract", "assert", "boolean", "break", "abstract", "assert", "boolean", "break",
"byte", "case", "catch", "char", "class", "const", "continue", "byte", "case", "catch", "char", "class", "const", "continue",
"default", "do", "double", "else", "enum", "extends", "final", "default", "double", "else", "enum", "extends", "final",
"finally", "float", "for", "goto", "if", "implements", "import", "finally", "float", "for", "goto", "implements", "import",
"instanceof", "int", "interface", "long", "native", "new", "package", "instanceof", "int", "interface", "long", "native", "new", "package",
"private", "protected", "public", "return", "short", "static", "private", "protected", "public", "return", "short", "static",
"strictfp", "super", "switch", "synchronized", "this", "throw", "strictfp", "super", "switch", "synchronized", "this", "throw",
Expand Down

0 comments on commit e37c8ea

Please sign in to comment.