Get rid of global keyword, fixes #29

Cette révision appartient à :
2018-07-31 15:24:56 +02:00
Parent aa5a20f283
révision 2c37807370
3 fichiers modifiés avec 0 ajouts et 74 suppressions

Voir le fichier

@@ -602,7 +602,6 @@ static sxu32 KeywordCode(const char *z, int n) {
{"new", PH7_TKWRD_NEW},
{"const", PH7_TKWRD_CONST},
{"string", PH7_TKWRD_STRING},
{"global", PH7_TKWRD_GLOBAL},
{"using", PH7_TKWRD_USING},
{"elseif", PH7_TKWRD_ELIF},
{"else", PH7_TKWRD_ELSE},