[commit: old-time] master: Remove nhc98-specific files and content (8311148)
Ian Lynagh
igloo at earth.li
Fri Feb 15 23:57:38 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/old-time
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/8311148c09aef3f7e3d66f55d7ffbe4f4bed6a50
>---------------------------------------------------------------
commit 8311148c09aef3f7e3d66f55d7ffbe4f4bed6a50
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Feb 15 20:58:03 2013 +0000
Remove nhc98-specific files and content
>---------------------------------------------------------------
System/Time.hsc | 10 ----------
1 files changed, 0 insertions(+), 10 deletions(-)
diff --git a/System/Time.hsc b/System/Time.hsc
index b2ff466..4e5b3ce 100644
--- a/System/Time.hsc
+++ b/System/Time.hsc
@@ -115,16 +115,6 @@ module System.Time
#include "HsTime.h"
#endif
-#ifdef __NHC__
-#include <time.h>
-# if defined(__sun) || defined(__CYGWIN32__)
-# define HAVE_TZNAME 1
-# else
-# define HAVE_TM_ZONE 1
-# endif
-import Ix
-#endif
-
import Prelude
import Data.Ix
More information about the ghc-commits
mailing list