Define 'this' as a keyword.

This commit is contained in:
David Anderson
2014-11-09 13:01:35 -08:00
parent 53a1dbdafd
commit 4bc7b9243a
24 changed files with 55 additions and 19 deletions
+1 -1
View File
@@ -1973,7 +1973,7 @@ const char *sc_tokens[] = {
"public",
"return",
"sizeof", "sleep", "static", "stock", "struct", "switch",
"tagof", "*then", "typedef",
"tagof", "*then", "this", "typedef",
"union",
"void",
"while",