Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alex D
GHC
Commits
420f5413
Commit
420f5413
authored
Jun 22, 2001
by
rrt
Browse files
[project @ 2001-06-22 13:28:44 by rrt]
Move include of config.h to top so it works for mkdependC.
parent
5065561a
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/main/DriverPhases.hs
View file @
420f5413
-----------------------------------------------------------------------------
-- $Id: DriverPhases.hs,v 1.1
0
2001/06/
14 15:42:35 simonpj
Exp $
-- $Id: DriverPhases.hs,v 1.1
1
2001/06/
22 13:28:44 rrt
Exp $
--
-- GHC Driver
--
...
...
@@ -7,6 +7,8 @@
--
-----------------------------------------------------------------------------
#
include
"../includes/config.h"
module
DriverPhases
(
Phase
(
..
),
startPhase
,
-- :: String -> Phase
...
...
@@ -18,8 +20,6 @@ module DriverPhases (
cish_file
,
cish_suffix
)
where
#
include
"../includes/config.h"
import
DriverUtil
-----------------------------------------------------------------------------
...
...
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