]> git.saurik.com Git - bison.git/commit - src/scan-code.l
Fix user actions without a trailing semicolon.
authorJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 4 Nov 2008 20:03:00 +0000 (15:03 -0500)
committerJoel E. Denny <jdenny@ces.clemson.edu>
Tue, 4 Nov 2008 20:58:57 +0000 (15:58 -0500)
commit58bd33b7fc5d13fbd4b61404e1e878ab3b3c16da
treea8e4b35f0fada5bf38db7605c91805a61172fb01
parent639867b52fb2c73f2f633727135494c44389e4a9
Fix user actions without a trailing semicolon.

Reported by Sergei Steshenko at
<http://lists.gnu.org/archive/html/bug-bison/2008-11/msg00001.html>.
* THANKS (Sergei Steshenko): Add.
* src/scan-code.l (SC_RULE_ACTION): Fix it.
* tests/regression.at (Fix user actions without a trailing semicolon):
New test case.
ChangeLog
THANKS
src/scan-code.l
tests/regression.at