From: simonmar Date: Mon, 12 Feb 2001 12:25:50 +0000 (+0000) Subject: [project @ 2001-02-12 12:25:50 by simonmar] X-Git-Tag: Approximately_9120_patches~2672 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=9fe0837c3a1c9d986fe8b5b581083829bdcc52f5;p=ghc-hetmet.git [project @ 2001-02-12 12:25:50 by simonmar] #include "Linker.h" --- diff --git a/ghc/compiler/ghci/InteractiveUI.hs b/ghc/compiler/ghci/InteractiveUI.hs index 3db4098..aeccf9b 100644 --- a/ghc/compiler/ghci/InteractiveUI.hs +++ b/ghc/compiler/ghci/InteractiveUI.hs @@ -1,5 +1,5 @@ ----------------------------------------------------------------------------- --- $Id: InteractiveUI.hs,v 1.42 2001/02/12 11:38:49 sewardj Exp $ +-- $Id: InteractiveUI.hs,v 1.43 2001/02/12 12:25:50 simonmar Exp $ -- -- GHC Interactive User Interface -- @@ -7,6 +7,7 @@ -- ----------------------------------------------------------------------------- +{-# OPTIONS -#include "Linker.h" #-} module InteractiveUI (interactiveUI) where #include "HsVersions.h"