summaryrefslogtreecommitdiff
path: root/rts/StgMiscClosures.cmm
diff options
context:
space:
mode:
authorBen.Lippmeier@anu.edu.au <unknown>2009-11-14 06:31:57 +0000
committerBen.Lippmeier@anu.edu.au <unknown>2009-11-14 06:31:57 +0000
commitef4b4901c726308393a246952fb466c8cbb04578 (patch)
treede44e6e770ece0eba16167b00c1c2275d04031c6 /rts/StgMiscClosures.cmm
parent1817126134f67120937eafa1f2a5f6b5ed5a02bc (diff)
downloadhaskell-ef4b4901c726308393a246952fb466c8cbb04578.tar.gz
If a comment says "Is this correct?", it's not.
Diffstat (limited to 'rts/StgMiscClosures.cmm')
-rw-r--r--rts/StgMiscClosures.cmm2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/StgMiscClosures.cmm b/rts/StgMiscClosures.cmm
index 5e74d3f55f..8fd96c16fc 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