Add missing 'finally' keyword.
All checks were successful
The build was successful.

This commit is contained in:
2018-08-12 22:04:47 +02:00
parent aa6e00db27
commit d7f9d8e157
2 changed files with 2 additions and 0 deletions

View File

@@ -588,6 +588,7 @@ static sxu32 KeywordCode(const char *z, int n) {
{"case", PH7_KEYWORD_CASE},
{"self", PH7_KEYWORD_SELF},
{"final", PH7_KEYWORD_FINAL},
{"finally", PH7_KEYWORD_FINALLY},
{"list", PH7_KEYWORD_LIST},
{"static", PH7_KEYWORD_STATIC},
{"clone", PH7_KEYWORD_CLONE},