Cleanup keywords.
All checks were successful
The build was successful.

This commit is contained in:
2019-03-09 22:39:26 +01:00
parent 8aacf7c70e
commit f1d4d80f65
3 changed files with 3 additions and 6 deletions

View File

@@ -1600,7 +1600,6 @@ enum ph7_expr_id {
#define PH7_KEYWORD_FINALLY 36 /* finally */
#define PH7_KEYWORD_IMPLEMENTS 39 /* implements */
#define PH7_KEYWORD_INCLUDE 41 /* include */
#define PH7_KEYWORD_EMPTY 42 /* empty */
#define PH7_KEYWORD_INSTANCEOF 0x400 /* instanceof: MUST BE A POWER OF TWO */
#define PH7_KEYWORD_ISSET 43 /* isset */
#define PH7_KEYWORD_PARENT 44 /* parent */