Skip to content
GitLab
Menu
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
472bbd6c
Commit
472bbd6c
authored
Jul 26, 2006
by
Simon Marlow
Browse files
fix DEBUG build
parent
bb7674b7
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/ghci/ByteCodeLink.lhs
View file @
472bbd6c
...
...
@@ -20,9 +20,6 @@ import ByteCodeAsm ( UnlinkedBCO(..), BCOPtr(..), sizeSS, ssElts )
import ObjLink ( lookupSymbol )
import Name ( Name, nameModule, nameOccName )
#ifdef DEBUG
import Name ( isExternalName )
#endif
import NameEnv
import OccName ( occNameFS )
import PrimOp ( PrimOp, primOpOcc )
...
...
@@ -31,6 +28,11 @@ import PackageConfig ( mainPackageId, packageIdFS )
import FastString ( FastString(..), unpackFS, zEncodeFS )
import Panic ( GhcException(..) )
#ifdef DEBUG
import Name ( isExternalName )
import Outputable
#endif
-- Standard libraries
import GHC.Word ( Word(..) )
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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