X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FCmdLineParser.hs;h=8ec2f6a3ef7528be7d0e25dac4cbb4d563f2068c;hb=526c3af1dc98987b6949f4df73c0debccf9875bd;hp=c7ad66e922b620b32682b92c6c80e5a64e3d2487;hpb=296e47fa8a5b16d34abe7d1dc5322308b936b3e8;p=ghc-hetmet.git diff --git a/compiler/main/CmdLineParser.hs b/compiler/main/CmdLineParser.hs index c7ad66e..8ec2f6a 100644 --- a/compiler/main/CmdLineParser.hs +++ b/compiler/main/CmdLineParser.hs @@ -14,8 +14,6 @@ module CmdLineParser ( CmdLineP(..), getCmdLineState, putCmdLineState ) where --- XXX This define is a bit of a hack, and should be done more nicely -#define FAST_STRING_NOT_NEEDED 1 #include "HsVersions.h" import Util