]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
Don't add a semicolon to actions for %skeleton or %language.
[bison.git] / ChangeLog
index 4d3011f15bfbdd35c59a355041cbc30cfff9c3ec..86aa3e5d0e17141a1496b29258cc37f55e6fafdc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.