]> code.delx.au - gnu-emacs/commitdiff
(HAVE_SYS__MBSTATE_T_H): Fix typo.
authorNick Roberts <nickrob@snap.net.nz>
Thu, 23 Nov 2006 05:20:08 +0000 (05:20 +0000)
committerNick Roberts <nickrob@snap.net.nz>
Thu, 23 Nov 2006 05:20:08 +0000 (05:20 +0000)
src/ChangeLog
src/strftime.c

index b312b6a53fda9d12fc54c7a078d1a3ba77665e05..9e04bee24a706c5b9951867e43837587dd0ce6bf 100644 (file)
@@ -1,6 +1,6 @@
 2006-11-23  William Smith  <William.Smith@global360.com>  (tiny change)
 
-       * strftime.c (mbrlen): Fix typo.
+       * strftime.c (HAVE_SYS__MBSTATE_T_H): Fix typo.
 
 2006-11-02  Alfred M. Szmidt  <ams@gnu.org>  (tiny change)
 
index 123763d8845ea9155f1c71781cab67c712f7ca1a..88800c0d408e225b0739971f45f5e5fbc653fe5c 100644 (file)
@@ -69,9 +69,9 @@ extern char *tzname[];
 #if DO_MULTIBYTE
 # if HAVE_MBRLEN
 #  include <wchar.h>
-#   ifdef HAVE_SYS__MBSTATE_H  /* previously tested __hpux */
-#     include <sys/_mbstate_t.h>
-#   endif
+#  ifdef HAVE_SYS__MBSTATE_T_H       /* previously tested __hpux */
+#   include <sys/_mbstate_t.h>
+#  endif
 #  if !defined (mbsinit) && !defined (HAVE_MBSINIT)
 #   define mbsinit(ps) 1
 #  endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */