[project @ 2001-08-29 18:12:19 by sof]
authorsof <unknown>
Wed, 29 Aug 2001 18:12:19 +0000 (18:12 +0000)
committersof <unknown>
Wed, 29 Aug 2001 18:12:19 +0000 (18:12 +0000)
emptyPLS: warning removal

ghc/compiler/compMan/CmLink.lhs

index b99c5ff..c7ac67e 100644 (file)
@@ -82,7 +82,7 @@ emptyPLS = return (PersistentLinkerState { closure_env = emptyFM,
                                            itbl_env    = emptyFM,
                                           bcos_loaded = [] })
 #else
-emptyPLS = return (PersistentLinkerState {})
+emptyPLS = return (PersistentLinkerState {dummy=()})
 #endif
 
 -- We also keep track of which object modules are currently loaded