Define 'auto' keyword.
All checks were successful
The build was successful.

This commit is contained in:
2019-06-08 12:19:00 +02:00
parent a00d30afa2
commit cbe4f29909
2 changed files with 2 additions and 0 deletions

View File

@@ -542,6 +542,7 @@ static sxu32 KeywordCode(const char *z, int n) {
{"public", PH7_KEYWORD_PUBLIC},
{"static", PH7_KEYWORD_STATIC},
/* Data types */
{"auto", PH7_KEYWORD_AUTO},
{"bool", PH7_KEYWORD_BOOL},
{"callback", PH7_KEYWORD_CALLBACK},
{"char", PH7_KEYWORD_CHAR},