Name correction for parser switch case macros

This commit is contained in:
2024-12-16 15:05:23 -05:00
parent adbcb2a83b
commit 6533a3be29
5 changed files with 23 additions and 23 deletions

View File

@ -134,7 +134,7 @@ CodeFn parser_parse_function()
switch ( spec )
{
GEN_PARSER_FUNCTION_ALLOWED_SPECIFIERS_CASES:
GEN_PARSER_FUNCTION_ALLOWED_SPECIFIER_CASES:
break;
default: