]> git.saurik.com Git - bison.git/blobdiff - m4/error.m4
* data/bison.simple (yyr1): Its type is that of a token number.
[bison.git] / m4 / error.m4
index c7269129ca8513ca530bb5a01e172fd5dbcac804..3fddb5c1115509baa246f7db9518c180c5976deb 100644 (file)
@@ -1,12 +1,13 @@
-#serial 1
+#serial 4
 
 dnl FIXME: put these prerequisite-only *.m4 files in a separate
 dnl directory -- otherwise, they'll conflict with existing files.
 
 dnl These are the prerequisite macros for GNU's error.c file.
-AC_DEFUN(jm_PREREQ_ERROR,
+AC_DEFUN([jm_PREREQ_ERROR],
 [
-  AC_CHECK_FUNCS(strerror strerror_r vprintf doprnt)
-  AC_HEADER_STDC
+  AC_CHECK_FUNCS(strerror vprintf doprnt)
+  AC_CHECK_DECLS([strerror])
   AC_FUNC_STRERROR_R
+  AC_HEADER_STDC
 ])