From: simonmar Date: Tue, 7 Jan 2003 09:29:24 +0000 (+0000) Subject: [project @ 2003-01-07 09:29:24 by simonmar] X-Git-Tag: Approx_11550_changesets_converted~1296 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=dff9bb4f02554f39d73faea100a35c2d1dd07556;p=ghc-hetmet.git [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). --- 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);