X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2FSMClosures.lh;h=58e190749b0bce176e6a1992161de96b88fe6d10;hb=063eda14b18aadc138bc27eb460e1af93b09ca9b;hp=fc20664718cf4e8848d3bc84951d3265242a8bca;hpb=9d4c03805bafb6b1e1d47306b6a6c591c998e517;p=ghc-hetmet.git diff --git a/ghc/includes/SMClosures.lh b/ghc/includes/SMClosures.lh index fc20664..58e1907 100644 --- a/ghc/includes/SMClosures.lh +++ b/ghc/includes/SMClosures.lh @@ -700,7 +700,7 @@ do { \ EXTDATA_RO(StablePointerTable_info); EXTDATA_RO(EmptyStablePointerTable_info); EXTDATA(EmptySPTable_closure); -extern int ValidateSPTable PROTO(( P_ SPTable )); +int ValidateSPTable PROTO(( P_ SPTable )); # define CHECK_SPT_InfoTable( closure ) \ ASSERT( (*((PP_) (closure)) == EmptyStablePointerTable_info && (closure == EmptySPTable_closure) ) || \