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
4788de9a
Commit
4788de9a
authored
Jul 08, 2007
by
Ian Lynagh
Browse files
Make CPP a -X flag
parent
7d52c74c
Changes
1
Hide whitespace changes
Inline
Side-by-side
compiler/main/DynFlags.hs
View file @
4788de9a
...
...
@@ -1103,6 +1103,7 @@ fFlags = [
-- These -X<blah> flags can all be reversed with -Xno-<blah>
xFlags
::
[(
String
,
DynFlag
)]
xFlags
=
[
(
"CPP"
,
Opt_Cpp
),
(
"PatternGuards"
,
Opt_PatternGuards
),
(
"MagicHash"
,
Opt_MagicHash
),
(
"KindSignatures"
,
Opt_KindSignatures
),
...
...
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