From: Paul Eggert Date: Wed, 14 May 2003 23:37:32 +0000 (+0000) Subject: Semicolons are now allowed before "|". X-Git-Tag: BISON-2_0~304 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/829fd4c70d55220f52dafba8b3b61940ef59c8f1 Semicolons are now allowed before "|". --- diff --git a/NEWS b/NEWS index 05ef7ddf..0d62b40b 100644 --- a/NEWS +++ b/NEWS @@ -3,6 +3,8 @@ Bison News Changes in version 1.875b: +* Semicolons are now allowed before "|" in grammar rules, as POSIX requires. + Changes in version 1.875a, 2003-02-01: * For now, %expect-count violations are now just warnings, not errors.