diff options
author | sof <unknown> | 1999-02-05 14:34:05 +0000 |
---|---|---|
committer | sof <unknown> | 1999-02-05 14:34:05 +0000 |
commit | 817f516201964f5e9a84b74e8eaeaa2e7b4cda83 (patch) | |
tree | f02f25c81026e7d565fded8732f0d910cdae8541 /ghc/lib/std/cbits/timezone.h | |
parent | 99f2474458f8eec90ee51305a3855df469cb023a (diff) | |
download | haskell-817f516201964f5e9a84b74e8eaeaa2e7b4cda83.tar.gz |
[project @ 1999-02-05 14:34:02 by sof]
'errors' caught by -fwarn-type-defaults
Diffstat (limited to 'ghc/lib/std/cbits/timezone.h')
-rw-r--r-- | ghc/lib/std/cbits/timezone.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ghc/lib/std/cbits/timezone.h b/ghc/lib/std/cbits/timezone.h index 2bfe281522..5050342c8d 100644 --- a/ghc/lib/std/cbits/timezone.h +++ b/ghc/lib/std/cbits/timezone.h @@ -1,7 +1,7 @@ /* * (c) The GRASP/AQUA Project, Glasgow University, 1994-1998 * - * $Id: timezone.h,v 1.3 1998/12/02 13:28:01 simonm Exp $ + * $Id: timezone.h,v 1.4 1999/02/05 14:34:05 sof Exp $ * * Time-zone support header */ @@ -57,7 +57,9 @@ extern char *tzname[2]; # endif /* ! HAVE_TZNAME */ /* Get the offset in secs from UTC, if (struct tm) doesn't supply it. */ +#ifndef cygwin32_TARGET_OS extern TYPE_TIMEZONE timezone; +#endif # if HAVE_ALTZONE extern time_t altzone; |