From: Simon Marlow Date: Mon, 7 Apr 2008 21:37:48 +0000 (+0000) Subject: FIX BUILD on non-x86: add missing prototypes X-Git-Tag: 2008-05-28~392 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=92986843271f2f400ebc0759b30eb11d47eaa193;p=ghc-hetmet.git FIX BUILD on non-x86: add missing prototypes --- diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h index c82ec05..f115883 100644 --- a/includes/StgMiscClosures.h +++ b/includes/StgMiscClosures.h @@ -618,6 +618,8 @@ extern StgWord RTS_VAR(sched_mutex); // Apply.cmm // canned bitmap for each arg type extern StgWord stg_arg_bitmaps[]; +extern StgWord stg_ap_stack_entries[]; +extern StgWord stg_stack_save_entries[]; // Storage.c extern unsigned int RTS_VAR(alloc_blocks);