summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-06-22 13:50:59 +0100
committerIan Lynagh <ian@well-typed.com>2013-06-22 13:50:59 +0100
commitf792ba4d34222fd19dd59ea7a9d2665547875fec (patch)
treee8183e6b1fc4742d773497123958e931e1715f1c
parent451e0dd875274aeb492a681bcdf944ab6deac39f (diff)
parentffe2e22c11518994108f1f319764fe898e899086 (diff)
downloadhaskell-f792ba4d34222fd19dd59ea7a9d2665547875fec.tar.gz
Merge branch 'master' of http://darcs.haskell.org/ghc
-rw-r--r--includes/stg/MiscClosures.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h
index ca5280f188..8717687f3e 100644
--- a/includes/stg/MiscClosures.h
+++ b/includes/stg/MiscClosures.h
@@ -98,6 +98,7 @@ RTS_FUN(stg_BCO);
RTS_ENTRY(stg_EVACUATED);
RTS_ENTRY(stg_WEAK);
RTS_ENTRY(stg_DEAD_WEAK);
+RTS_ENTRY(stg_C_FINALIZER_LIST);
RTS_ENTRY(stg_STABLE_NAME);
RTS_ENTRY(stg_MVAR_CLEAN);
RTS_ENTRY(stg_MVAR_DIRTY);
@@ -483,6 +484,9 @@ extern StgWord CCS_SYSTEM[];
extern unsigned int RTS_VAR(CC_ID); /* global ids */
extern unsigned int RTS_VAR(CCS_ID);
+// Capability.c
+extern unsigned int n_capabilities;
+
#endif
#endif /* STGMISCCLOSURES_H */