From dff9bb4f02554f39d73faea100a35c2d1dd07556 Mon Sep 17 00:00:00 2001 From: simonmar Date: Tue, 7 Jan 2003 09:29:24 +0000 Subject: [PATCH] [project @ 2003-01-07 09:29:24 by simonmar] Declare stg_BCO_entry. (this should have been committed with rev. 1.4 of utils/genapply/GenApply.hs). --- ghc/includes/StgMiscClosures.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 1c2c45a..8ce8b4d 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.h,v 1.44 2002/12/11 15:36:39 simonmar Exp $ + * $Id: StgMiscClosures.h,v 1.45 2003/01/07 09:29:24 simonmar Exp $ * * (c) The GHC Team, 1998-2002 * @@ -14,6 +14,7 @@ /* Various entry points */ STGFUN(stg_PAP_entry); +STGFUN(stg_BCO_entry); /* Entry code for constructors created by the bytecode interpreter */ STGFUN(stg_interp_constr_entry); -- 1.7.10.4