From 4cc19db49de08a87f5439dfe0e4386e1d8694326 Mon Sep 17 00:00:00 2001 From: simonmar Date: Thu, 12 Oct 2000 15:50:14 +0000 Subject: [PATCH] [project @ 2000-10-12 15:50:14 by simonmar] remove kludge --- ghc/includes/StgMiscClosures.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index e0da71f..f6070e3 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.h,v 1.19 2000/09/11 11:17:09 sewardj Exp $ + * $Id: StgMiscClosures.h,v 1.20 2000/10/12 15:50:14 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -64,7 +64,6 @@ STGFUN(mci_constr5_entry); STGFUN(mci_constr6_entry); STGFUN(mci_constr7_entry); STGFUN(mci_constr8_entry); -EI_(PrelBase_Izh_con_info); /* Kludge! */ #endif /* this is the NIL ptr for a TSO queue (e.g. runnable queue) */ -- 1.7.10.4