diff options
author | Ian Lynagh <igloo@earth.li> | 2012-05-18 18:25:24 +0100 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2012-05-18 18:25:24 +0100 |
commit | 293475bc48bdb41c2629d752b2cbe2bd49b71571 (patch) | |
tree | dc8cfd5b279d3a426b610a1ea09f8320b7d9c2bf /utils/runghc | |
parent | d0e2364b88238dae2bf5450f513fefec5faa7aff (diff) | |
download | haskell-293475bc48bdb41c2629d752b2cbe2bd49b71571.tar.gz |
Remove a couple of unnecessary lines of CPP
Diffstat (limited to 'utils/runghc')
-rw-r--r-- | utils/runghc/runghc.hs | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/utils/runghc/runghc.hs b/utils/runghc/runghc.hs index d5dec28bc4..7c306475b6 100644 --- a/utils/runghc/runghc.hs +++ b/utils/runghc/runghc.hs @@ -40,8 +40,6 @@ import Foreign.C.String # else # error Unknown mingw32 arch # endif -#else -# define WINDOWS_CCONV #endif main :: IO () |