Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
e9c95834
Commit
e9c95834
authored
Aug 29, 2001
by
sof
Browse files
[project @ 2001-08-29 18:12:19 by sof]
emptyPLS: warning removal
parent
aa84d93a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/compMan/CmLink.lhs
View file @
e9c95834
...
...
@@ -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
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment