[project @ 1998-11-26 09:17:22 by sof]
[ghc-hetmet.git] / ghc / includes / error.h
index fe12ee6..6802cdc 100644 (file)
@@ -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