aboutsummaryrefslogtreecommitdiffstats
path: root/missing_d/strftime.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2010-11-29 22:03:40 +0200
committerArnold D. Robbins <arnold@skeeve.com>2010-11-29 22:03:40 +0200
commitda212ddb7ed3f4578f1c83d9e0e472245efbea1e (patch)
tree325d01bb8203e5ea4bd70ff06faffbf21cb93beb /missing_d/strftime.c
parent28436897d3289b4fe1b7e84e63c9cffecfcb17f6 (diff)
downloadegawk-da212ddb7ed3f4578f1c83d9e0e472245efbea1e.tar.gz
egawk-da212ddb7ed3f4578f1c83d9e0e472245efbea1e.tar.bz2
egawk-da212ddb7ed3f4578f1c83d9e0e472245efbea1e.zip
Doc updates. Strftime fix for PC. Check ranges in REs.
Diffstat (limited to 'missing_d/strftime.c')
-rw-r--r--missing_d/strftime.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/missing_d/strftime.c b/missing_d/strftime.c
index 69a0c517..d4b9ecf4 100644
--- a/missing_d/strftime.c
+++ b/missing_d/strftime.c
@@ -55,8 +55,10 @@
# endif
#endif
#if HAVE_TZNAME
+#ifndef __MINGW32__
extern char *tzname[];
#endif
+#endif
/* Do multibyte processing if multibytes are supported, unless
multibyte sequences are safe in formats. Multibyte sequences are