X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/3a8b4109241a31ccbf6008ebdc62fff727db735e..b2d52318fadef8d2bf04769ec2fffb33baf6d92a:/NEWS diff --git a/NEWS b/NEWS index 31587f08..ab991a80 100644 --- a/NEWS +++ b/NEWS @@ -43,9 +43,11 @@ Changes in version 1.49b: * Revert the C++ namespace changes introduced in 1.31, as they caused too many portability hassles. -* Items overflow - Bison no longer dumps core when there are too many items, it just - dies. +* Default locations + By an accident of design, the default computation of @$ was + performed after another default computation was performed: @$ = @1. + The latter is now removed: YYLLOC_DEFAULT is fully responsible of + the computation of @$. * Token end-of-file The token end of file may be specified by the user, in which case,