Skip to content
Snippets Groups Projects
Commit 9f2f3617 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-06-30 08:48:38 by simonmar]

_Haskell1Version ==> cHaskell1Version
parent 4b8c4404
No related merge requests found
......@@ -51,7 +51,7 @@ name = global (value) :: IORef (ty); \
-----------------------------------------------------------------------------
-- non-configured things
_Haskell1Version = "5" -- i.e., Haskell 98
cHaskell1Version = "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__="++cHaskell1Version
, "-D__GLASGOW_HASKELL__="++cProjectVersionInt
, "-D__HASKELL98__"
, "-D__CONCURRENT_HASKELL__"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment