]> git.saurik.com Git - bison.git/commitdiff
Version 1.75e.
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Dec 2002 08:35:23 +0000 (08:35 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 24 Dec 2002 08:35:23 +0000 (08:35 +0000)
ChangeLog
NEWS

index 30b6a00e9a88e04515928ef76bda98b2eb20fa86..e7d623cf535d258e2711ffa941e6ba42ed47761d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,14 @@
-2002-12-21  Paul Eggert  <eggert@twinsun.com>
+2002-12-24  Paul Eggert  <eggert@twinsun.com>
+
+       Version 1.75e.
+
+       * Makefile.maint (cvs-update): Don't assume that the shell
+       supports $(...), as Solaris sh doesn't.
+
+       * src/parse-gram.y (lloc_default): Remove test for empty
+       nonterminals at the end, since it didn't change the result.
+
+2002-12-24  Paul Eggert  <eggert@twinsun.com>
 
        If the user does not define YYSTYPE as a macro, Bison now declares it
        using typedef instead of defining it as a macro.  POSIX requires this.
diff --git a/NEWS b/NEWS
index d8b63b24b57e630c5a8c65369c2c6fd65bbbc07f..63ad026b52ef6e80553226d16155c7dfd885bc00 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,7 +1,7 @@
 Bison News
 ----------
 
-Changes in version 1.75e:
+Changes in version 1.75e, 2002-12-24:
 
 * If the user does not define YYSTYPE as a macro, Bison now declares it
   using typedef instead of defining it as a macro.  POSIX requires this.