Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Shayne Fletcher
Glasgow Haskell Compiler
Commits
a3ccd83f
Commit
a3ccd83f
authored
Oct 03, 2001
by
rrt
Browse files
[project @ 2001-10-03 09:43:11 by rrt]
Remove import of unDosifyPath, and the comment saying that it is used.
parent
28274f6a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverPipeline.hs
View file @
a3ccd83f
...
...
@@ -33,7 +33,7 @@ import DriverUtil
import
DriverMkDepend
import
DriverPhases
import
DriverFlags
import
SysTools
(
newTempName
,
addFilesToClean
,
getSysMan
,
unDosifyPath
)
import
SysTools
(
newTempName
,
addFilesToClean
,
getSysMan
)
import
qualified
SysTools
import
HscMain
import
Finder
...
...
@@ -333,9 +333,7 @@ run_phase :: Phase
run_phase
Unlit
_basename
_suff
input_fn
output_fn
=
do
unlit_flags
<-
getOpts
opt_L
-- The -h option passes the file name for unlit to put in a #line directive;
-- we undosify it so that it doesn't contain backslashes in Windows, which
-- would disappear in error messages
-- The -h option passes the file name for unlit to put in a #line directive
SysTools
.
runUnlit
(
map
SysTools
.
Option
unlit_flags
++
[
SysTools
.
Option
"-h"
,
SysTools
.
Option
input_fn
...
...
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