From a46c04204bfa2d2cfac578588c1c3fe3c8bf5d9f Mon Sep 17 00:00:00 2001 From: sof Date: Fri, 14 Aug 1998 10:59:45 +0000 Subject: [PATCH] [project @ 1998-08-14 10:59:45 by sof] Moved prototypes of error handling functions into stgdefs.h instead --- ghc/includes/error.h | 9 --------- 1 file changed, 9 deletions(-) diff --git a/ghc/includes/error.h b/ghc/includes/error.h index a49bc00..6802cdc 100644 --- a/ghc/includes/error.h +++ b/ghc/includes/error.h @@ -1,12 +1,3 @@ -#if !defined(COMPILING_NCG) && !defined(__GLASGOW_HASKELL__) -extern int ghc_errno; -extern int ghc_errtype; -extern char *ghc_errstr; - -void cvtErrno (void); -void stdErrno (void); -#endif - #define ERR_ALREADYEXISTS 1 #define ERR_HARDWAREFAULT 2 #define ERR_ILLEGALOPERATION 3 -- 1.7.10.4