Don't add a semicolon to actions for %skeleton or %language.

It breaks Java test cases as reported by Akim Demaille.
* src/scan-code.l: Implement.
This commit is contained in:
Joel E. Denny
2008-11-07 17:21:23 -05:00
parent 5136519230
commit d9a9b96bb5
2 changed files with 11 additions and 2 deletions

View File

@@ -1,3 +1,9 @@
2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
Don't add a semicolon to actions for %skeleton or %language.
It breaks Java test cases as reported by Akim Demaille.
* src/scan-code.l: Implement.
2008-11-07 Joel E. Denny <jdenny@ces.clemson.edu>
Clean up %skeleton and %language priority implementation.