Proper implementation of so hated 'goto' statement.
All checks were successful
The build was successful.

This commit is contained in:
2019-05-03 10:35:54 +02:00
parent 2f3ce65289
commit 03fc167be1
4 changed files with 227 additions and 2 deletions

View File

@@ -563,6 +563,7 @@ static sxu32 KeywordCode(const char *z, int n) {
{"do", PH7_KEYWORD_DO},
{"for", PH7_KEYWORD_FOR},
{"foreach", PH7_KEYWORD_FOREACH},
{"goto", PH7_KEYWORD_GOTO},
{"switch", PH7_KEYWORD_SWITCH},
{"else", PH7_KEYWORD_ELSE},
{"if", PH7_KEYWORD_IF},