diff --git a/libguile/stime.c b/libguile/stime.c index bf5b9ff0c..31435c910 100644 --- a/libguile/stime.c +++ b/libguile/stime.c @@ -80,11 +80,12 @@ #include /* for Darwin _NSGetEnviron */ #endif +#if defined (__MINGW32__) +# define tzname _tzname +#else #ifndef tzname /* For SGI. */ extern char *tzname[]; /* RS6000 and others reject char **tzname. */ #endif -#if defined (__MINGW32__) -# define tzname _tzname #endif #if ! HAVE_DECL_STRPTIME