From: Ben.Lippmeier@anu.edu.au Date: Sat, 14 Nov 2009 06:31:57 +0000 (+0000) Subject: If a comment says "Is this correct?", it's not. X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=ef4b4901c726308393a246952fb466c8cbb04578 If a comment says "Is this correct?", it's not. --- 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