diff options
| author | Nicolas Frisby <nicolas.frisby@gmail.com> | 2013-07-10 12:55:08 -0500 |
|---|---|---|
| committer | Nicolas Frisby <nicolas.frisby@gmail.com> | 2013-07-16 11:27:43 -0500 |
| commit | 193e0ee9aa8705dcc0020eaaf6bfb6714db6f9ca (patch) | |
| tree | 4370f61be38cd3c6737493fbc4d1cd2d92a2e69c /includes | |
| parent | 4115f23c2df56fd8b30c62c78f41c091f9ca12a4 (diff) | |
| download | haskell-193e0ee9aa8705dcc0020eaaf6bfb6714db6f9ca.tar.gz | |
adding FastString.string_table to the sharedCAF/Globals.c mechanism
Diffstat (limited to 'includes')
| -rw-r--r-- | includes/rts/Globals.h | 1 |
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 */ |
