Skip to content
Snippets Groups Projects
Commit a46c0420 authored by sof's avatar sof
Browse files

[project @ 1998-08-14 10:59:45 by sof]

Moved prototypes of error handling functions into stgdefs.h instead
parent 6c238567
No related branches found
No related tags found
No related merge requests found
#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_ALREADYEXISTS 1
#define ERR_HARDWAREFAULT 2 #define ERR_HARDWAREFAULT 2
#define ERR_ILLEGALOPERATION 3 #define ERR_ILLEGALOPERATION 3
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment