Get rid of switch: endswitch construct
This commit is contained in:
@@ -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},
|
||||
|
Reference in New Issue
Block a user