summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2008-04-07 21:37:48 +0000
committerSimon Marlow <simonmar@microsoft.com>2008-04-07 21:37:48 +0000
commit92986843271f2f400ebc0759b30eb11d47eaa193 (patch)
tree11a01bd6ef19e26b4d18e9c0b22f191f93a5cc82 /includes
parentd7fcc5eb8e926038240078ebfccea05f4f3eb1da (diff)
downloadhaskell-92986843271f2f400ebc0759b30eb11d47eaa193.tar.gz
FIX BUILD on non-x86: add missing prototypes
Diffstat (limited to 'includes')
-rw-r--r--includes/StgMiscClosures.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/StgMiscClosures.h b/includes/StgMiscClosures.h
index c82ec05bd4..f11588324c 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);