X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/83adb046bf32ee358a0f699bd049f3a3fd2d936e..464c692789eba089bb21ebd3983ebeaa4a8d3312:/src/scan-gram.l diff --git a/src/scan-gram.l b/src/scan-gram.l index a1fbac5e..a2c61fd6 100644 --- a/src/scan-gram.l +++ b/src/scan-gram.l @@ -559,7 +559,7 @@ splice (\\[ \f\t\v]*\n)* should also diagnose other Bison extensions like %yacc. Perhaps there should also be a GCC-style --pedantic-errors option, so that such warnings are diagnosed as errors. */ - if (outer_brace && ! yacc_flag) + if (outer_brace && token_type == BRACED_CODE && ! yacc_flag) obstack_1grow (&obstack_for_string, ';'); obstack_1grow (&obstack_for_string, '}');