emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/strftime.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/strftime.c
Date: Fri, 28 Dec 2001 14:05:42 -0500

Index: emacs/src/strftime.c
diff -c emacs/src/strftime.c:1.24 emacs/src/strftime.c:1.25
*** emacs/src/strftime.c:1.24   Wed Dec  6 14:56:47 2000
--- emacs/src/strftime.c        Fri Dec 28 14:05:42 2001
***************
*** 68,73 ****
--- 68,76 ----
  #if DO_MULTIBYTE
  # if HAVE_MBRLEN
  #  include <wchar.h>
+ #  if !defined (mbsinit) && !defined (HAVE_MBSINIT)
+ #   define mbsinit(ps) 1
+ #  endif /* !defined (mbsinit) && !defined (HAVE_MBSINIT) */
  # else
     /* Simulate mbrlen with mblen as best we can.  */
  #  define mbstate_t int



reply via email to

[Prev in Thread] Current Thread [Next in Thread]