From 79029c32280d78322b4fb003d1cf99489dda7f1c Mon Sep 17 00:00:00 2001 From: Mark Linton Date: Tue, 2 Feb 1982 22:22:39 -0800 Subject: [PATCH] added PDX constant SCCS-vsn: usr.bin/pascal/px/vars.h 1.8 --- usr/src/usr.bin/pascal/px/vars.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/usr/src/usr.bin/pascal/px/vars.h b/usr/src/usr.bin/pascal/px/vars.h index 00792b38de..45b0431a7b 100644 --- a/usr/src/usr.bin/pascal/px/vars.h +++ b/usr/src/usr.bin/pascal/px/vars.h @@ -1,6 +1,6 @@ /* Copyright (c) 1979 Regents of the University of California */ -/* static char sccsid[] = "@(#)vars.h 1.7 %G%"; */ +/* static char sccsid[] = "@(#)vars.h 1.8 %G%"; */ #include @@ -58,6 +58,7 @@ #define PX 0 /* normal run of px */ #define PIX 1 /* load and go */ #define PIPE 2 /* bootstrap via a pipe */ +#define PDX 3 /* invoked by the debugger "pdx" */ #define releq 0 #define relne 2 #define rellt 4 -- 2.20.1