[commit: ghc] master: declare stable_ptr_table (should fix via-C compilation) (dca3a28)
Simon Marlow
marlowsd at gmail.com
Mon Feb 18 11:43:47 CET 2013
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : master
http://hackage.haskell.org/trac/ghc/changeset/dca3a2895d9df67c6bd86d94c6a5c8f53644b106
>---------------------------------------------------------------
commit dca3a2895d9df67c6bd86d94c6a5c8f53644b106
Author: Simon Marlow <marlowsd at gmail.com>
Date: Mon Feb 18 10:22:57 2013 +0000
declare stable_ptr_table (should fix via-C compilation)
>---------------------------------------------------------------
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 68c6212..b9b4f23 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
More information about the ghc-commits
mailing list