mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-12 06:41:13 +02:00
On M$-Windows tzname[]' is known to be
_tzname[]'.
This commit is contained in:
parent
ed618cc9c1
commit
79dcdf5188
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,9 @@
|
||||||
#ifndef tzname /* For SGI. */
|
#ifndef tzname /* For SGI. */
|
||||||
extern char *tzname[]; /* RS6000 and others reject char **tzname. */
|
extern char *tzname[]; /* RS6000 and others reject char **tzname. */
|
||||||
#endif
|
#endif
|
||||||
|
#if defined (__MINGW32__)
|
||||||
|
# define tzname _tzname
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifdef MISSING_STRPTIME_DECL
|
#ifdef MISSING_STRPTIME_DECL
|
||||||
extern char *strptime ();
|
extern char *strptime ();
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue