adding a comment about CPP just in case.

This commit is contained in:
Kazu Yamamoto 2013-03-30 22:01:24 +09:00
parent 6a73f40ec1
commit f0eb792780

View File

@ -87,7 +87,9 @@ instance Exception GHCModError
main :: IO ()
main = flip catches handlers $ do
-- #if __GLASGOW_HASKELL__ >= 611
hSetEncoding stdout utf8
-- #endif
args <- getArgs
let (opt',cmdArg) = parseArgs argspec args
(strVer,ver) <- getGHCVersion