Get rid of global keyword, fixes #29

This commit is contained in:
2018-07-31 15:24:56 +02:00
parent aa5a20f283
commit 2c37807370
3 changed files with 0 additions and 74 deletions

View File

@@ -1511,7 +1511,6 @@ enum ph7_expr_id {
#define PH7_TKWRD_CONTINUE 34 /* continue */
#define PH7_TKWRD_EXIT 35 /* exit */
#define PH7_TKWRD_ECHO 37 /* echo */
#define PH7_TKWRD_GLOBAL 38 /* global */
#define PH7_TKWRD_IMPLEMENTS 39 /* implements */
#define PH7_TKWRD_INCONCE 40 /* include_once */
#define PH7_TKWRD_INCLUDE 41 /* include */