/[emacs]/emacs/src/strftime.c
ViewVC logotype

Diff of /emacs/src/strftime.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.24 by fx, Wed Dec 6 19:56:47 2000 UTC revision 1.25 by rms, Fri Dec 28 19:05:42 2001 UTC
# Line 68  extern char *tzname[]; Line 68  extern char *tzname[];
68  #if DO_MULTIBYTE  #if DO_MULTIBYTE
69  # if HAVE_MBRLEN  # if HAVE_MBRLEN
70  #  include <wchar.h>  #  include <wchar.h>
71    #  if !defined (mbsinit) && !defined (HAVE_MBSINIT)
72    #   define mbsinit(ps) 1
73    #  endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */
74  # else  # else
75     /* Simulate mbrlen with mblen as best we can.  */     /* Simulate mbrlen with mblen as best we can.  */
76  #  define mbstate_t int  #  define mbstate_t int

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26