summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorsimonm <unknown>1999-04-27 12:32:15 +0000
committersimonm <unknown>1999-04-27 12:32:15 +0000
commit68d47df35cbf143ec2f458e066f9970ecccebe7d (patch)
treed1265c8f5871a0088277d97e94e08292c9a25bf2
parentb999f3c2c79f194c79059df016cca01b0e070cb1 (diff)
downloadhaskell-68d47df35cbf143ec2f458e066f9970ecccebe7d.tar.gz
[project @ 1999-04-27 12:32:15 by simonm]
Remove declaration of PrelBase_Bool_closure_tbl.
-rw-r--r--ghc/includes/PrimOps.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/ghc/includes/PrimOps.h b/ghc/includes/PrimOps.h
index a18ab8ece9..ba62f8becb 100644
--- a/ghc/includes/PrimOps.h
+++ b/ghc/includes/PrimOps.h
@@ -1,5 +1,5 @@
/* -----------------------------------------------------------------------------
- * $Id: PrimOps.h,v 1.25 1999/04/23 13:54:12 simonm Exp $
+ * $Id: PrimOps.h,v 1.26 1999/04/27 12:32:15 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
@@ -58,9 +58,6 @@
#define zlzhzh(r,a,b) r=(I_)((a) <(b))
#define zlzezhzh(r,a,b) r=(I_)((a)<=(b))
-/* used by returning comparison primops, defined in Prims.hc. */
-extern DLL_IMPORT_RTS const StgClosure *PrelBase_Bool_closure_tbl[];
-
/* -----------------------------------------------------------------------------
Char# PrimOps.
-------------------------------------------------------------------------- */