X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fincludes%2Ferror.h;h=6802cdc6ad2c10823ea02b312d907bd14804bb27;hb=967cc47f37cb93a5e2b6df7822c9a646f0428247;hp=fe12ee6c84b56ab7e2ca388841745ced05affe52;hpb=5eb1c77c795f92ed0f4c8023847e9d4be1a4fd0d;p=ghc-hetmet.git diff --git a/ghc/includes/error.h b/ghc/includes/error.h index fe12ee6..6802cdc 100644 --- a/ghc/includes/error.h +++ b/ghc/includes/error.h @@ -1,12 +1,3 @@ -#if !defined(COMPILING_GHC) && !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