changeset 4306:f59d87c2ceb4

* error.m4 (gl_ERROR): Do not put under dynamic conditions some code which expansion is under static control.
author Paul Eggert <eggert@cs.ucla.edu>
date Tue, 22 Apr 2003 03:28:42 +0000
parents 784fa3ead9d6
children b7ee1dfe2a2f
files m4/ChangeLog
diffstat 1 files changed, 7 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/m4/ChangeLog
+++ b/m4/ChangeLog
@@ -1,3 +1,10 @@
+2003-04-21  Paul Eggert  <eggert@twinsun.com>
+
+	* error.m4 (gl_ERROR): Do not put under dynamic conditions some
+	code which expansion is under static control.  Patch imported from
+	Akim Demaille's patch to Bison; see
+	<http://mail.gnu.org/archive/html/bison-patches/2003-03/msg00057.html>.
+
 2003-04-14  Bruno Haible  <bruno@clisp.org>
 
 	* error.m4 (jm_PREREQ_ERROR): Use AC_FUNC_VPRINTF.