]> git.saurik.com Git - bison.git/commitdiff
Explain better why the output file no longer defines 'const', and pre-merge-into-trunk
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Oct 2001 18:09:13 +0000 (18:09 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 2 Oct 2001 18:09:13 +0000 (18:09 +0000)
explain what to do about it if this still matters to you.

NEWS

diff --git a/NEWS b/NEWS
index 108f5c65073b5e2c3b8694a1c465db2f85504ae5..af7d37d41350288d9f57c62741f9ccd831affd7d 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -16,7 +16,10 @@ Changes in version 1.29d:
 
 Changes in version 1.29:
 
-* Output file does not redefine const; that is now config.h's job.
+* The output file does not define const, as this caused problems when used
+  with common autoconfiguration schemes.  If you still use ancient compilers
+  that lack const, compile with the equivalent of the C compiler option
+  `-Dconst='.  autoconf's AC_C_CONST macro provides one way to do this.
 
 * Added `-g' and `--graph'.