From: Akim Demaille Date: Sat, 1 Mar 2003 10:55:31 +0000 (+0000) Subject: * src/scan-gram.l (code_start): Always initialize it when entering X-Git-Tag: BISON-2_0~374 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/0433ba88f97e23a896ffba2e4b33bac1d09ff345?hp=0433ba88f97e23a896ffba2e4b33bac1d09ff345 * src/scan-gram.l (code_start): Always initialize it when entering into yylex, as SC_EPILOGUE is activated *before* the corresponding yylex invocation. An alternative would be making it static, but then it starts with the second %%'s beginning, instead of its end. ---