[project @ 1998-08-14 10:59:45 by sof]
authorsof <unknown>
Fri, 14 Aug 1998 10:59:45 +0000 (10:59 +0000)
committersof <unknown>
Fri, 14 Aug 1998 10:59:45 +0000 (10:59 +0000)
Moved prototypes of error handling functions into stgdefs.h instead

ghc/includes/error.h

index a49bc00..6802cdc 100644 (file)
@@ -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