X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/5320ca4d6fe045c2e4deb6f46f901264cd4d0351..464c692789eba089bb21ebd3983ebeaa4a8d3312:/src/parse-gram.y?ds=sidebyside diff --git a/src/parse-gram.y b/src/parse-gram.y index e8863018..c5d8024f 100644 --- a/src/parse-gram.y +++ b/src/parse-gram.y @@ -189,7 +189,7 @@ declaration: | "%pure-parser" { pure_parser = 1; } | "%skeleton" string_content { skeleton = $2; } | "%token-table" { token_table_flag = 1; } -| "%verbose" { report_flag = 1; } +| "%verbose" { report_flag = report_states; } | "%yacc" { yacc_flag = 1; } | ";" ;