Mercurial > emacs
diff src/strftime.c @ 31100:92f108b8b281
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
| author | Andrew Innes <andrewi@gnu.org> |
|---|---|
| date | Tue, 22 Aug 2000 22:38:05 +0000 |
| parents | 872ca4a12e3d |
| children | 2683108cd13f |
line wrap: on
line diff
--- a/src/strftime.c Tue Aug 22 22:36:52 2000 +0000 +++ b/src/strftime.c Tue Aug 22 22:38:05 2000 +0000 @@ -52,8 +52,10 @@ # endif #endif #if HAVE_TZNAME +#ifndef USE_CRT_DLL extern char *tzname[]; #endif +#endif /* Do multibyte processing if multibytes are supported, unless multibyte sequences are safe in formats. Multibyte sequences are
