multiple declaration для переменных пользовательских типов добавил
parent
aafcb40f9b
commit
ed64c01cbe
|
@ -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"); } }
|
||||
|
|
Loading…
Reference in New Issue