mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
* m4/error.m4: Do not put under dynamic conditions some code which
expansion is under static control.
This commit is contained in:
@@ -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.
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user