]> git.saurik.com Git - bison.git/blobdiff - NEWS
%printer: support both yyo and yyoutput.
[bison.git] / NEWS
diff --git a/NEWS b/NEWS
index 52b2045750d4836d7cff7248b7a5a7d2680e9be8..b49f2c84245da2e0f137a45f1a38c79aef9b68b8 100644 (file)
--- 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).