summaryrefslogtreecommitdiff
path: root/m4/mbstate_t.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2001-08-12 13:26:00 +0000
committerJim Meyering <jim@meyering.net>2001-08-12 13:26:00 +0000
commitee76465ad82c04707c78ff3ed723358217c9e34f (patch)
treec91fda020c4ca29663ef408c32ab128c803059d6 /m4/mbstate_t.m4
parent2e2623870cbdde7b5bd1c823c97214c2c514d416 (diff)
downloadgnulib-ee76465ad82c04707c78ff3ed723358217c9e34f.tar.gz
Quote the first argument in each use of AC_DEFUN.
Diffstat (limited to 'm4/mbstate_t.m4')
-rw-r--r--m4/mbstate_t.m44
1 files changed, 2 insertions, 2 deletions
diff --git a/m4/mbstate_t.m4 b/m4/mbstate_t.m4
index a185a7dbcf..ae2bcf1e8e 100644
--- a/m4/mbstate_t.m4
+++ b/m4/mbstate_t.m4
@@ -1,4 +1,4 @@
-# serial 8
+# serial 9
# From Paul Eggert.
@@ -10,7 +10,7 @@
# (at least glibc-2.1.3) because the "_XOPEN_SOURCE 500" definition elicits
# a syntax error in wchar.h due to the use of undefined __int32_t.
-AC_DEFUN(AC_MBSTATE_T,
+AC_DEFUN([AC_MBSTATE_T],
[
AC_CHECK_HEADERS(stdlib.h)