blob: c02e7e3672074804acee0395fda24b86a5fa529a (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/* Error handling.
*/
#define EA_FATAL 1
#define EA_ERROR 2
#define EA_WARN 3
#define EA_RESTART (-99)
#define SYS_XACV 501
#define SYS_XARITH 502
#define SYS_XINT 503
#define D_error
|