Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Glasgow Haskell Compiler
GHC
Commits
6da89cfb
Commit
6da89cfb
authored
Oct 30, 2000
by
simonpj
Browse files
[project @ 2000-10-30 11:01:58 by simonpj]
wibble
parent
a9b9e4b1
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/rename/Rename.lhs
View file @
6da89cfb
...
...
@@ -644,10 +644,9 @@ warnDeprecations my_mod_iface used_names
mapRn_ warnDeprec deprecs
where
mod = mi_module my_mod_iface
my_deprecs = mi_deprecs my_mod_iface
lookup_deprec hit pit n
| isLocal
Thing mo
d n = lookupDeprec my_deprecs n
| isLocal
lyDefine
d n = lookupDeprec my_deprecs n
| otherwise = case lookupTable hit pit n of
Just iface -> lookupDeprec (mi_deprecs iface) n
Nothing -> pprPanic "warnDeprecations:" (ppr n)
...
...
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