summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorNicolas Frisby <nicolas.frisby@gmail.com>2013-07-10 12:55:08 -0500
committerNicolas Frisby <nicolas.frisby@gmail.com>2013-07-16 11:27:43 -0500
commit193e0ee9aa8705dcc0020eaaf6bfb6714db6f9ca (patch)
tree4370f61be38cd3c6737493fbc4d1cd2d92a2e69c /includes
parent4115f23c2df56fd8b30c62c78f41c091f9ca12a4 (diff)
downloadhaskell-193e0ee9aa8705dcc0020eaaf6bfb6714db6f9ca.tar.gz
adding FastString.string_table to the sharedCAF/Globals.c mechanism
Diffstat (limited to 'includes')
-rw-r--r--includes/rts/Globals.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/rts/Globals.h b/includes/rts/Globals.h
index 720d9674cc..d0d34ef981 100644
--- a/includes/rts/Globals.h
+++ b/includes/rts/Globals.h
@@ -25,5 +25,6 @@ StgStablePtr getOrSetSystemEventThreadEventManagerStore(StgStablePtr ptr);
StgStablePtr getOrSetSystemEventThreadIOManagerThreadStore(StgStablePtr ptr);
StgStablePtr getOrSetSystemTimerThreadEventManagerStore(StgStablePtr ptr);
StgStablePtr getOrSetSystemTimerThreadIOManagerThreadStore(StgStablePtr ptr);
+StgStablePtr getOrSetLibHSghcFastStringTable(StgStablePtr ptr);
#endif /* RTS_GLOBALS_H */