From 92986843271f2f400ebc0759b30eb11d47eaa193 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Mon, 7 Apr 2008 21:37:48 +0000 Subject: [PATCH] FIX BUILD on non-x86: add missing prototypes --- includes/StgMiscClosures.h | 2 ++ 1 file changed, 2 insertions(+) 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); -- 1.7.10.4