diff options
author | Simon Marlow <marlowsd@gmail.com> | 2009-08-02 19:06:51 +0000 |
---|---|---|
committer | Simon Marlow <marlowsd@gmail.com> | 2009-08-02 19:06:51 +0000 |
commit | cebd90f3e8102052407dabb032b0844d3d1be947 (patch) | |
tree | aa37a900ac70af37a4c55ed650f65084b8fae121 /ghc | |
parent | 1fc88da19dbc66bc12de38b2956e97a8b7835806 (diff) | |
download | haskell-cebd90f3e8102052407dabb032b0844d3d1be947.tar.gz |
remove unnecessary -#include options
Diffstat (limited to 'ghc')
-rw-r--r-- | ghc/InteractiveUI.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ghc/InteractiveUI.hs b/ghc/InteractiveUI.hs index 367539863c..e096fb201f 100644 --- a/ghc/InteractiveUI.hs +++ b/ghc/InteractiveUI.hs @@ -1,7 +1,6 @@ {-# OPTIONS -fno-cse #-} -- -fno-cse is needed for GLOBAL_VAR's to behave properly -{-# OPTIONS -#include "Linker.h" #-} {-# OPTIONS_GHC -fno-warn-name-shadowing #-} ----------------------------------------------------------------------------- -- |