--- multiplexer/error.h 2001/08/02 14:51:22 1.4 +++ multiplexer/error.h 2001/10/26 17:56:50 1.5 @@ -8,20 +8,20 @@ #include #include -#define EINI 0x01 -#define EDIS 0x02 -#define EERR 0x03 -#define EINP 0x04 -#define EOUT 0x05 -#define ECOM 0x06 -#define EGLO 0x07 -#define EPES 0x08 -#define EPST 0x09 -#define ETST 0x0A -#define EPSC 0x0B -#define ETSC 0x0C -#define ESPC 0x0D -#define EDES 0x0E +#define EINI 0x01 /* init */ +#define EDIS 0x02 /* dispatch */ +#define EERR 0x03 /* error */ +#define EINP 0x04 /* input */ +#define EOUT 0x05 /* output */ +#define ECOM 0x06 /* command */ +#define EGLO 0x07 /* global */ +#define EPES 0x08 /* splitpes */ +#define EPST 0x09 /* splitps */ +#define ETST 0x0A /* splitts */ +#define EPSC 0x0B /* spliceps */ +#define ETSC 0x0C /* splicets */ +#define ESPC 0x0D /* splice */ +#define EDES 0x0E /* descref */ #define LERR 0x01 /* program error */ #define LWAR 0x02 /* input data error */