FIX BUILD on non-x86: add missing prototypes
authorSimon Marlow <simonmar@microsoft.com>
Mon, 7 Apr 2008 21:37:48 +0000 (21:37 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Mon, 7 Apr 2008 21:37:48 +0000 (21:37 +0000)
includes/StgMiscClosures.h

index c82ec05..f115883 100644 (file)
@@ -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);