Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
obsidiansystems
GHC
Commits
9f2f3617
Commit
9f2f3617
authored
Jun 30, 2000
by
simonmar
Browse files
[project @ 2000-06-30 08:48:38 by simonmar]
_Haskell1Version ==> cHaskell1Version
parent
4b8c4404
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/driver/Main.hs
View file @
9f2f3617
...
...
@@ -51,7 +51,7 @@ name = global (value) :: IORef (ty); \
-----------------------------------------------------------------------------
-- non-configured things
_
Haskell1Version
=
"5"
-- i.e., Haskell 98
c
Haskell1Version
=
"5"
-- i.e., Haskell 98
-----------------------------------------------------------------------------
-- Usage Message
...
...
@@ -201,7 +201,7 @@ getStopAfter flags
-- Cpp-related flags
GLOBAL_VAR
(
cpp_flag
,
False
,
Bool
)
hs_source_cpp_opts
=
global
[
"-D__HASKELL1__="
++
_
Haskell1Version
[
"-D__HASKELL1__="
++
c
Haskell1Version
,
"-D__GLASGOW_HASKELL__="
++
cProjectVersionInt
,
"-D__HASKELL98__"
,
"-D__CONCURRENT_HASKELL__"
...
...
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