X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2Ferror.h;fp=ghc%2Fincludes%2Ferror.h;h=6802cdc6ad2c10823ea02b312d907bd14804bb27;hb=a46c04204bfa2d2cfac578588c1c3fe3c8bf5d9f;hp=a49bc008e095c7e5ab64140586e2eba5cf34a2c0;hpb=6c23856700d1ce74e5e5c8934b40b9526a2a68cb;p=ghc-hetmet.git 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