Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/293475bc48bdb41c2629d752b2cbe2bd49b71571 >--------------------------------------------------------------- commit 293475bc48bdb41c2629d752b2cbe2bd49b71571 Author: Ian Lynagh <[email protected]> Date: Fri May 18 18:25:24 2012 +0100 Remove a couple of unnecessary lines of CPP >--------------------------------------------------------------- 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 d5dec28..7c30647 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 () _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
