Get rid of switch: endswitch construct

This commit is contained in:
2018-07-28 22:45:20 +02:00
parent ef2ea60a60
commit 3f1397ed93
3 changed files with 5 additions and 60 deletions

View File

@@ -580,7 +580,6 @@ static sxu32 KeywordCode(const char *z, int n) {
} ph7_token;
static ph7_token pTokenLookup[] = {
{"extends", PH7_TKWRD_EXTENDS},
{"endswitch", PH7_TKWRD_ENDSWITCH},
{"switch", PH7_TKWRD_SWITCH},
{"print", PH7_TKWRD_PRINT},
{"int", PH7_TKWRD_INT},