From ae231767cf5eec8fa095f22d2e3e12dce6a4876b Mon Sep 17 00:00:00 2001 From: sof Date: Sat, 2 Mar 2002 17:46:03 +0000 Subject: [PATCH] [project @ 2002-03-02 17:46:03 by sof] Add stg_ut_1_0_unreg_info proto (only) --- ghc/includes/StgMiscClosures.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/ghc/includes/StgMiscClosures.h b/ghc/includes/StgMiscClosures.h index 04fd500..cd3a998 100644 --- a/ghc/includes/StgMiscClosures.h +++ b/ghc/includes/StgMiscClosures.h @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: StgMiscClosures.h,v 1.42 2002/01/26 18:02:05 rje Exp $ + * $Id: StgMiscClosures.h,v 1.43 2002/03/02 17:46:03 sof Exp $ * * (c) The GHC Team, 1998-1999 * @@ -260,6 +260,8 @@ EF_(stg_gc_noregs); EI_(stg_gc_unpt_r1_info); EF_(stg_gc_unpt_r1); +EI_(stg_ut_1_0_unreg_info); + EI_(stg_gc_unbx_r1_info); EF_(stg_gc_unbx_r1); -- 1.7.10.4