[project @ 1998-11-09 08:42:36 by sof]
authorsof <unknown>
Mon, 9 Nov 1998 08:42:36 +0000 (08:42 +0000)
committersof <unknown>
Mon, 9 Nov 1998 08:42:36 +0000 (08:42 +0000)
avoid uncessary gcc warning

ghc/compiler/deSugar/DsForeign.lhs

index be886a4..52b177b 100644 (file)
@@ -596,7 +596,7 @@ fexportEntry c_nm helper args res cc =
 
   startTemplate =
     vcat 
-      [ text "extern realWorldZh_closure;"
+      [ text "extern void* realWorldZh_closure;"
       , ptext SLIT("STGFUN") <> parens (h_stub_nm)
       , lbrace
       ,  ptext SLIT("FUNBEGIN;")