Revert f1d4d80f65.
All checks were successful
The build was successful.

This commit is contained in:
2019-03-11 08:16:51 +01:00
parent 051bca470e
commit df3d00d02c
3 changed files with 6 additions and 3 deletions

View File

@@ -629,6 +629,7 @@ static sxu32 KeywordCode(const char *z, int n) {
{"if", PH7_KEYWORD_IF},
{"while", PH7_KEYWORD_WHILE},
/* Reserved keywords */
{"empty", PH7_KEYWORD_EMPTY},
{"eval", PH7_KEYWORD_EVAL},
{"exit", PH7_KEYWORD_EXIT},
{"import", PH7_KEYWORD_IMPORT},