diff options
author | Simon Marlow <marlowsd@gmail.com> | 2013-02-18 10:22:57 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2013-02-18 10:22:57 +0000 |
commit | dca3a2895d9df67c6bd86d94c6a5c8f53644b106 (patch) | |
tree | 9726df7d87abf60b10e797ddd08f245eb3dbe270 /includes | |
parent | 391f2879715a73ec09cd2c094f470b1be6c49612 (diff) | |
download | haskell-dca3a2895d9df67c6bd86d94c6a5c8f53644b106.tar.gz |
declare stable_ptr_table (should fix via-C compilation)
Diffstat (limited to 'includes')
-rw-r--r-- | includes/stg/MiscClosures.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/includes/stg/MiscClosures.h b/includes/stg/MiscClosures.h index 68c6212396..b9b4f2304f 100644 --- a/includes/stg/MiscClosures.h +++ b/includes/stg/MiscClosures.h @@ -472,6 +472,7 @@ extern StgWord RTS_VAR(atomic_modify_mutvar_mutex); extern StgWord RTS_VAR(RtsFlags); // bogus type // Stable.c +extern StgWord RTS_VAR(stable_ptr_table); extern StgWord RTS_VAR(stable_name_table); // Profiling.c |