[project @ 1998-03-03 15:50:07 by sof]
[ghc-hetmet.git] / ghc / includes / error.h
index 488a180..a49bc00 100644 (file)
@@ -1,7 +1,10 @@
-#if !defined(COMPILING_GHC) && !defined(__GLASGOW_HASKELL__)
+#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