From: simonm Date: Thu, 13 Nov 1997 14:42:55 +0000 (+0000) Subject: [project @ 1997-11-13 14:42:10 by simonm] X-Git-Tag: Approx_2487_patches~1298 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=0387b3e7e0819fc785765c68b9e9a6b924e94491;p=ghc-hetmet.git [project @ 1997-11-13 14:42:10 by simonm] don't need this anymore - replaced by Error.hi-boot --- diff --git a/ghc/lib/ghc/GHC.hi-boot b/ghc/lib/ghc/GHC.hi-boot index 3abdbd9..b4b12d0 100644 --- a/ghc/lib/ghc/GHC.hi-boot +++ b/ghc/lib/ghc/GHC.hi-boot @@ -74,6 +74,8 @@ GHC neWord# ltWord# leWord# + quotWord# + remWord# and# or# not# diff --git a/ghc/lib/ghc/IOBase.hi-boot b/ghc/lib/ghc/IOBase.hi-boot deleted file mode 100644 index 002fe54..0000000 --- a/ghc/lib/ghc/IOBase.hi-boot +++ /dev/null @@ -1,12 +0,0 @@ ---------------------------------------------------------------------------- --- IOBase.hi-boot --- --- This hand-written interface file is the initial bootstrap version --- for IOBase.hi. --- It doesn't need to give "error" a type signature, --- because it's wired into the compiler ---------------------------------------------------------------------------- - -_interface_ IOBase 1 -_exports_ -IOBase error;