From 231897ad21e478b0b0821636aa49fe49ca0f3301 Mon Sep 17 00:00:00 2001 From: Akim Demaille Date: Sat, 29 Mar 2003 13:50:44 +0000 Subject: [PATCH] * m4/error.m4: Do not put under dynamic conditions some code which expansion is under static control. --- ChangeLog | 5 +++++ m4/error.m4 | 6 ++---- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 52a1b7a..3e2b95b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,10 @@ 2003-03-29 Akim Demaille + * m4/error.m4: Do not put under dynamic conditions some code which + expansion is under static control. + +2003-03-29 Akim Demaille + * doc/bison.texinfo (How Can I Reset @code{yyparse}): New. 2003-03-29 Akim Demaille diff --git a/m4/error.m4 b/m4/error.m4 index 99e9cf0..560ca8f 100644 --- a/m4/error.m4 +++ b/m4/error.m4 @@ -1,12 +1,10 @@ -#serial 5 +#serial 6 AC_DEFUN([gl_ERROR], [ AC_FUNC_ERROR_AT_LINE dnl Note: AC_FUNC_ERROR_AT_LINE does AC_LIBSOURCES([error.h, error.c]). - if test $ac_cv_lib_error_at_line = no; then - jm_PREREQ_ERROR - fi + jm_PREREQ_ERROR ]) # Prerequisites of lib/error.c. -- 2.7.4