From: sof Date: Fri, 14 Aug 1998 10:59:45 +0000 (+0000) Subject: [project @ 1998-08-14 10:59:45 by sof] X-Git-Tag: Approx_2487_patches~437 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a46c04204bfa2d2cfac578588c1c3fe3c8bf5d9f;p=ghc-hetmet.git [project @ 1998-08-14 10:59:45 by sof] Moved prototypes of error handling functions into stgdefs.h instead --- 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