X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/50d780b566f3811d429b8a6e2e97373d59d60ea0..51576fb3c661cec97bb58e503351e7ad75053f6d:/ChangeLog?ds=sidebyside diff --git a/ChangeLog b/ChangeLog index 8a080141..d1f758fb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2001-12-15 Akim Demaille + + * 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 * src/lex.c (literalchar): Simply return the char you decoded, non