From 0387b3e7e0819fc785765c68b9e9a6b924e94491 Mon Sep 17 00:00:00 2001 From: simonm Date: Thu, 13 Nov 1997 14:42:55 +0000 Subject: [PATCH] [project @ 1997-11-13 14:42:10 by simonm] don't need this anymore - replaced by Error.hi-boot --- ghc/lib/ghc/GHC.hi-boot | 2 ++ ghc/lib/ghc/IOBase.hi-boot | 12 ------------ 2 files changed, 2 insertions(+), 12 deletions(-) delete mode 100644 ghc/lib/ghc/IOBase.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; -- 1.7.10.4