aboutsummaryrefslogtreecommitdiffstats
path: root/src/strftime.c
diff options
context:
space:
mode:
authorAndrew Innes2000-08-22 22:38:05 +0000
committerAndrew Innes2000-08-22 22:38:05 +0000
commit03695acef74e736c8d6538c56d39d535008fd72d (patch)
treecc792483b81d3e4437df16cd305388e454e81cf1 /src/strftime.c
parent3ec68006ee3994a79d6df34a036d870b4cfebe7e (diff)
downloademacs-03695acef74e736c8d6538c56d39d535008fd72d.tar.gz
emacs-03695acef74e736c8d6538c56d39d535008fd72d.zip
[USE_CRT_DLL]: Remove unnecessary extern, which
screws up dllimport attributes.
Diffstat (limited to 'src/strftime.c')
-rw-r--r--src/strftime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/strftime.c b/src/strftime.c
index f2a0e08ce9e..462e8a2a6c2 100644
--- a/src/strftime.c
+++ b/src/strftime.c
@@ -52,8 +52,10 @@
52# endif 52# endif
53#endif 53#endif
54#if HAVE_TZNAME 54#if HAVE_TZNAME
55#ifndef USE_CRT_DLL
55extern char *tzname[]; 56extern char *tzname[];
56#endif 57#endif
58#endif
57 59
58/* Do multibyte processing if multibytes are supported, unless 60/* Do multibyte processing if multibytes are supported, unless
59 multibyte sequences are safe in formats. Multibyte sequences are 61 multibyte sequences are safe in formats. Multibyte sequences are