From 87b12b80ff0ae203ceb5d777e10688fbd666e02c Mon Sep 17 00:00:00 2001 From: ross Date: Fri, 11 Apr 2003 11:43:09 +0000 Subject: [PATCH] [project @ 2003-04-11 11:43:09 by ross] Hugs only: use the whole thing now --- include/HsBase.h | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/include/HsBase.h b/include/HsBase.h index d5c99ab..c3e95db 100644 --- a/include/HsBase.h +++ b/include/HsBase.h @@ -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 * @@ -110,9 +110,6 @@ /* 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__ */ -- 1.7.10.4