]> git.saurik.com Git - bison.git/blobdiff - ChangeLog
* src/reader.c (copy_action): When --yacc, don't append a `;'
[bison.git] / ChangeLog
index 8a080141bb0e682ece62c8546c262496546f6c90..d1f758fb7142dda95d289145b07d3e720cdc61ff 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2001-12-15  Akim Demaille  <akim@epita.fr>
+
+       * src/reader.c (copy_action): When --yacc, don't append a `;'
+       to the user action: let it fail if lacking.
+       Suggested by Aharon Robbins and Tom Tromey.
+
 2001-12-14  Akim Demaille  <akim@epita.fr>
 
        * src/lex.c (literalchar): Simply return the char you decoded, non