]> Dogcows Code - chaz/tar/blobdiff - m4/mbstate_t.m4
Update
[chaz/tar] / m4 / mbstate_t.m4
index 181610204547a7a7a071248617b3679285ccd855..ae2bcf1e8e24369a3cc8fd9fc2fc1eff86c4bcfb 100644 (file)
@@ -1,4 +1,4 @@
-# serial 7
+# 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)
 
@@ -24,6 +24,6 @@ AC_DEFUN(AC_MBSTATE_T,
       ac_cv_type_mbstate_t=yes,
       ac_cv_type_mbstate_t=no)])
    if test $ac_cv_type_mbstate_t = no; then
-     AC_DEFINE(mbstate_t, char,
+     AC_DEFINE(mbstate_t, int,
               [Define to a type if <wchar.h> does not define.])
    fi])
This page took 0.019975 seconds and 4 git commands to generate.