diff options
author | Ian Lynagh <igloo@earth.li> | 2011-11-26 17:07:48 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2011-11-26 17:07:48 +0000 |
commit | 9bebd4eae540f8988c5de39ef8d188bd76c3009a (patch) | |
tree | 54b2775bf788ba95bc58c5a6e1641b3f05f09f2f /compiler/codeGen | |
parent | 1ed5d7068e9274a81de4d42e5eaaa8afb9029e2b (diff) | |
download | haskell-9bebd4eae540f8988c5de39ef8d188bd76c3009a.tar.gz |
Remove a tabs kludge
Diffstat (limited to 'compiler/codeGen')
-rw-r--r-- | 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 0131655201..d96e9f8cfc 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, |