X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=compiler%2Fmain%2FDynFlags.hs;h=c61a5dac18c5d39f3d6711620aaeb28b411d4738;hb=4788de9a91e79a8ed099a68a241d5a28c9d73ff7;hp=cda06e5f4c9f444cc929b4882f84a8c9f87d0be0;hpb=7d52c74cab50d3c9a5e76be5b97d63b60069bc2e;p=ghc-hetmet.git diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index cda06e5..c61a5da 100644 --- a/compiler/main/DynFlags.hs +++ b/compiler/main/DynFlags.hs @@ -1103,6 +1103,7 @@ fFlags = [ -- These -X flags can all be reversed with -Xno- xFlags :: [(String, DynFlag)] xFlags = [ + ( "CPP", Opt_Cpp ), ( "PatternGuards", Opt_PatternGuards ), ( "MagicHash", Opt_MagicHash ), ( "KindSignatures", Opt_KindSignatures ),