* m4/error.m4: Do not put under dynamic conditions some code which
authorAkim Demaille <akim@epita.fr>
Sat, 29 Mar 2003 13:50:44 +0000 (13:50 +0000)
committerAkim Demaille <akim@epita.fr>
Sat, 29 Mar 2003 13:50:44 +0000 (13:50 +0000)
expansion is under static control.

ChangeLog
m4/error.m4

index 52a1b7a..3e2b95b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,10 @@
 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.
 
 2003-03-29  Akim Demaille  <akim@epita.fr>
index 99e9cf0..560ca8f 100644 (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.