From b436581f7a71f505de8d97366c63793130585801 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 8 Jun 1999 10:26:39 +0000 Subject: [PATCH] [project @ 1999-06-08 10:26:39 by simonmar] Fix ifdef INTERPRETER code fragment. --- ghc/rts/StgMiscClosures.hc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ghc/rts/StgMiscClosures.hc b/ghc/rts/StgMiscClosures.hc index 2c98ac0..ad32cd0 100644 --- a/ghc/rts/StgMiscClosures.hc +++ b/ghc/rts/StgMiscClosures.hc @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.hc,v 1.24 1999/05/21 14:46:19 sof Exp $ + * $Id: StgMiscClosures.hc,v 1.25 1999/06/08 10:26:39 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -527,7 +527,7 @@ RET_BCO_ENTRY_TEMPLATE(ret_bco_5_entry); RET_BCO_ENTRY_TEMPLATE(ret_bco_6_entry); RET_BCO_ENTRY_TEMPLATE(ret_bco_7_entry); -VEC_POLY_INFO_TABLE(ret_bco,0, NULL/*srt*/, 0/*srt_off*/, 0/*srt_len*/, RET_BCO); +VEC_POLY_INFO_TABLE(ret_bco,0, NULL/*srt*/, 0/*srt_off*/, 0/*srt_len*/, RET_BCO,, EF_); #endif /* INTERPRETER */ -- 1.7.10.4