Repository : ssh://darcs.haskell.org//srv/darcs/ghc On branch : master
http://hackage.haskell.org/trac/ghc/changeset/9bebd4eae540f8988c5de39ef8d188bd76c3009a >--------------------------------------------------------------- commit 9bebd4eae540f8988c5de39ef8d188bd76c3009a Author: Ian Lynagh <[email protected]> Date: Sat Nov 26 17:07:48 2011 +0000 Remove a tabs kludge >--------------------------------------------------------------- compiler/codeGen/CgForeignCall.hs | 7 ------- 1 files changed, 0 insertions(+), 7 deletions(-) diff --git a/compiler/codeGen/CgForeignCall.hs b/compiler/codeGen/CgForeignCall.hs index 0131655..d96e9f8 100644 --- a/compiler/codeGen/CgForeignCall.hs +++ b/compiler/codeGen/CgForeignCall.hs @@ -6,13 +6,6 @@ -- ----------------------------------------------------------------------------- -{-# OPTIONS -fno-warn-tabs #-} --- The above warning supression flag is a temporary kludge. --- While working on this module you are encouraged to remove it and --- detab the module (please do the detabbing in a separate patch). See --- http://hackage.haskell.org/trac/ghc/wiki/Commentary/CodingStyle#TabsvsSpaces --- for details - module CgForeignCall ( cgForeignCall, emitForeignCall, _______________________________________________ Cvs-ghc mailing list [email protected] http://www.haskell.org/mailman/listinfo/cvs-ghc
