X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/debe2c03c469e8b495d138b81135fba985ac2efb..68fff38a09c92653f386aab7853b07da9e2f1ebc:/NEWS diff --git a/NEWS b/NEWS index 52b20457..b49f2c84 100644 --- a/NEWS +++ b/NEWS @@ -9,7 +9,14 @@ Bison News ** yacc.c: YYBACKUP works as expected. -** glr.c: __attribute__ is preserved: +** glr.c improvements: + +*** Location support is eliminated when not requested: + + GLR parsers used to include location-related code even when + locations were not requested, and therefore not even usable. + +*** __attribute__ is preserved: __attribute__ is no longer disabled when __STRICT_ANSI__ is defined (i.e., when -std is passed to GCC).