From: ross Date: Fri, 11 Apr 2003 11:43:09 +0000 (+0000) Subject: [project @ 2003-04-11 11:43:09 by ross] X-Git-Tag: nhc98-1-18-release~693 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=87b12b80ff0ae203ceb5d777e10688fbd666e02c;p=ghc-base.git [project @ 2003-04-11 11:43:09 by ross] Hugs only: use the whole thing now --- 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__ */