From 73aaff704cbb024d84f1d50d4148049e94342434 Mon Sep 17 00:00:00 2001 From: rrt Date: Wed, 20 Dec 2000 15:17:55 +0000 Subject: [PATCH] [project @ 2000-12-20 15:17:55 by rrt] newBCOzh_fast ifdefed on GHCI (as it is only defined in that case). --- ghc/rts/PrimOps.hc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/rts/PrimOps.hc b/ghc/rts/PrimOps.hc index a332874..367ee5c 100644 --- a/ghc/rts/PrimOps.hc +++ b/ghc/rts/PrimOps.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: PrimOps.hc,v 1.65 2000/12/19 16:48:35 sewardj Exp $ + * $Id: PrimOps.hc,v 1.66 2000/12/20 15:17:55 rrt Exp $ * * (c) The GHC Team, 1998-2000 * @@ -1016,6 +1016,7 @@ FN_(makeStableNamezh_fast) Bytecode object primitives ------------------------------------------------------------------------- */ +#ifdef GHCI FN_(newBCOzh_fast) { /* R1.p = instrs @@ -1041,6 +1042,7 @@ FN_(newBCOzh_fast) RET_P(bco); FE_ } +#endif /* ----------------------------------------------------------------------------- Thread I/O blocking primitives -- 1.7.10.4