Get rid of global keyword, fixes #29
This commit is contained in:
@@ -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 */
|
||||
|
Reference in New Issue
Block a user