]> git.saurik.com Git - bison.git/commitdiff
* src/scan-gram.l (code_start): Always initialize it when entering
authorAkim Demaille <akim@epita.fr>
Sat, 1 Mar 2003 10:55:31 +0000 (10:55 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 1 Mar 2003 10:55:31 +0000 (10:55 +0000)
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.


No differences found