[project @ 2003-04-11 11:43:09 by ross]
authorross <unknown>
Fri, 11 Apr 2003 11:43:09 +0000 (11:43 +0000)
committerross <unknown>
Fri, 11 Apr 2003 11:43:09 +0000 (11:43 +0000)
Hugs only: use the whole thing now

include/HsBase.h

index d5c99ab..c3e95db 100644 (file)
@@ -1,5 +1,5 @@
 /* -----------------------------------------------------------------------------
- * $Id: HsBase.h,v 1.19 2003/02/17 11:43:21 simonmar Exp $
+ * $Id: HsBase.h,v 1.20 2003/04/11 11:43:09 ross Exp $
  *
  * (c) The University of Glasgow 2001-2002
  *
 /* in ghc_errno.c */
 int *ghcErrno(void);
 
-#if !defined(__HUGS__)
-/* The rest isn't needed by Hugs, so we break off here. */
-
 /* in system.c */
 HsInt systemCmd(HsAddr cmd);
 
@@ -642,7 +639,5 @@ INLINE int __hsposix_SIG_UNBLOCK() { return SIG_SETMASK; }
 INLINE int __hsposix_SIG_SETMASK() { return SIG_UNBLOCK; }
 #endif /* mingw32_TARGET_OS */
 
-#endif /* !__HUGS__ */
-
 #endif /* __HSBASE_H__ */