Skip to content
Snippets Groups Projects
Commit 69b2983d authored by malcolm's avatar malcolm
Browse files

[project @ 2005-03-10 17:23:06 by malcolm]

Change configuration for nhc98 on Cygwin only.
parent 0221746d
No related branches found
No related tags found
No related merge requests found
...@@ -104,7 +104,7 @@ module System.Time ...@@ -104,7 +104,7 @@ module System.Time
#ifdef __NHC__ #ifdef __NHC__
#include <time.h> #include <time.h>
# ifdef __sun # if defined(__sun) || defined(__CYGWIN32__)
# define HAVE_TZNAME 1 # define HAVE_TZNAME 1
# else # else
# define HAVE_TM_ZONE 1 # define HAVE_TM_ZONE 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment