From ef4b4901c726308393a246952fb466c8cbb04578 Mon Sep 17 00:00:00 2001 From: "Ben.Lippmeier@anu.edu.au" Date: Sat, 14 Nov 2009 06:31:57 +0000 Subject: [PATCH] If a comment says "Is this correct?", it's not. --- rts/StgMiscClosures.cmm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm index 5e74d3f..8fd96c1 100644 --- a/rts/StgMiscClosures.cmm +++ b/rts/StgMiscClosures.cmm @@ -571,7 +571,7 @@ CLOSURE(stg_dummy_ret_closure,stg_dummy_ret); * -- this is currently broken BL 2009/11/14. * we don't rewrite to static closures at all with Windows DLLs. */ -#warning Is this correct? _imp is a pointer! +// #warning Is this correct? _imp is a pointer! #define Char_hash_static_info _imp__ghczmprim_GHCziTypes_Czh_static_info #define Int_hash_static_info _imp__ghczmprim_GHCziTypes_Izh_static_info #else -- 1.7.10.4