Mercurial > emacs
changeset 74130:a5444650f86b
(HAVE_SYS__MBSTATE_T_H): Fix typo.
author | Nick Roberts <nickrob@snap.net.nz> |
---|---|
date | Thu, 23 Nov 2006 05:18:42 +0000 |
parents | d2c862c74209 |
children | 5d1c87a02eea |
files | src/strftime.c |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/strftime.c Thu Nov 23 05:15:20 2006 +0000 +++ b/src/strftime.c Thu Nov 23 05:18:42 2006 +0000 @@ -69,9 +69,9 @@ #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) */