Skip to content
Snippets Groups Projects
Commit 68d47df3 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-04-27 12:32:15 by simonm]

Remove declaration of PrelBase_Bool_closure_tbl.
parent b999f3c2
No related merge requests found
/* -----------------------------------------------------------------------------
* $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.
-------------------------------------------------------------------------- */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment