1 /* Copyright (c) 1982 Regents of the University of California */
2 
3 /* static char sccsid[] = "@(#)pxerrors.h 1.2 01/18/82"; */
4 
5 #define NERRORS 39
6 
7 char *pxerrmsg[];
8 
9 #define ESIGNAL		SIGTRAP
10 
11 #define ESTKOVER	37
12 #define EOVERFLOW	39
13