expansion is under static control.
+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.
-#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.