]> git.saurik.com Git - bison.git/commitdiff
* 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 52a1b7a956f3b0f3acf9d47c8660a379d54ec90a..3e2b95b2a82f7bd58db282ea70f776a73ba4db44 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.
index 99e9cf0031ffd13c85a6abdd2471827ae3071917..560ca8fb967677c8eda28e9e80dd2048cb8c7bba 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.