* m4/error.m4: Do not put under dynamic conditions some code which

expansion is under static control.
This commit is contained in:
Akim Demaille
2003-03-29 13:50:44 +00:00
parent 22a74fece3
commit 231897ad21
2 changed files with 7 additions and 4 deletions

View File

@@ -1,3 +1,8 @@
2003-03-29 Akim Demaille <akim@epita.fr>
* m4/error.m4: Do not put under dynamic conditions some code which
expansion is under static control.
2003-03-29 Akim Demaille <akim@epita.fr>
* doc/bison.texinfo (How Can I Reset @code{yyparse}): New.

View File

@@ -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.