From: rrt Date: Wed, 20 Dec 2000 15:17:55 +0000 (+0000) Subject: [project @ 2000-12-20 15:17:55 by rrt] X-Git-Tag: Approximately_9120_patches~3017 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=73aaff704cbb024d84f1d50d4148049e94342434;p=ghc-hetmet.git [project @ 2000-12-20 15:17:55 by rrt] newBCOzh_fast ifdefed on GHCI (as it is only defined in that case). --- 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