multiple declaration для переменных пользовательских типов добавил

master2
serr 2025-05-20 18:27:32 +03:00
parent aafcb40f9b
commit ed64c01cbe
1 changed files with 1 additions and 1 deletions

View File

@ -399,7 +399,7 @@ var_multiple_short_declaration:
identifiers_list SHORT_DECLARATION math_expr_or_literals_list
var_declaration:
| VAR IDENTIFIER type
VAR IDENTIFIER type
| VAR IDENTIFIER any_identifier
| VAR identifiers_list any_identifier { { printf("\033[1;33mVAR DECL without init value\n\033[0m"); } }
| VAR identifiers_list type { { printf("\033[1;33mVAR DECL without init value\n\033[0m"); } }