From 82af210281849159deee62af398e9971d803371b Mon Sep 17 00:00:00 2001 From: sof <unknown> Date: Thu, 22 Jan 1998 15:56:44 +0000 Subject: [PATCH] [project @ 1998-01-22 15:56:44 by sof] A renamed version of Error.hi-boot --- ghc/lib/ghc/GHCerr.hi-boot | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 ghc/lib/ghc/GHCerr.hi-boot diff --git a/ghc/lib/ghc/GHCerr.hi-boot b/ghc/lib/ghc/GHCerr.hi-boot new file mode 100644 index 000000000000..78bf038438dd --- /dev/null +++ b/ghc/lib/ghc/GHCerr.hi-boot @@ -0,0 +1,12 @@ +--------------------------------------------------------------------------- +-- GHCerr.hi-boot +-- +-- This hand-written interface file is the initial bootstrap version +-- for GHCerr.hi. +-- It doesn't need to give "error" a type signature, +-- because it's wired into the compiler +--------------------------------------------------------------------------- + +_interface_ GHerr 1 +_exports_ +GHCerr error; -- GitLab