date and time created 82/01/18 19:20:19 by linton
authorMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 11:20:19 +0000 (03:20 -0800)
committerMark Linton <linton@ucbvax.Berkeley.EDU>
Tue, 19 Jan 1982 11:20:19 +0000 (03:20 -0800)
SCCS-vsn: usr.bin/pascal/pdx/machine/pxerrors.h 1.1

usr/src/usr.bin/pascal/pdx/machine/pxerrors.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/pascal/pdx/machine/pxerrors.h b/usr/src/usr.bin/pascal/pdx/machine/pxerrors.h
new file mode 100644 (file)
index 0000000..8a8b8d4
--- /dev/null
@@ -0,0 +1,12 @@
+/* Copyright (c) 1982 Regents of the University of California */
+
+static char sccsid[] = "@(#)pxerrors.h 1.1 %G%";
+
+#define NERRORS 39
+
+char *pxerrmsg[];
+
+#define ESIGNAL                SIGTRAP
+
+#define ESTKOVER       37
+#define EOVERFLOW      39