mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(declaration): Use enum "report_states" rather
than its numeric value 1.
This commit is contained in:
@@ -189,7 +189,7 @@ declaration:
|
|||||||
| "%pure-parser" { pure_parser = 1; }
|
| "%pure-parser" { pure_parser = 1; }
|
||||||
| "%skeleton" string_content { skeleton = $2; }
|
| "%skeleton" string_content { skeleton = $2; }
|
||||||
| "%token-table" { token_table_flag = 1; }
|
| "%token-table" { token_table_flag = 1; }
|
||||||
| "%verbose" { report_flag = 1; }
|
| "%verbose" { report_flag = report_states; }
|
||||||
| "%yacc" { yacc_flag = 1; }
|
| "%yacc" { yacc_flag = 1; }
|
||||||
| ";"
|
| ";"
|
||||||
;
|
;
|
||||||
|
|||||||
Reference in New Issue
Block a user