X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/6b2921f2730bbe4bec9a36a416f1439ccde4de94..79029c32280d78322b4fb003d1cf99489dda7f1c:/usr/src/usr.bin/pascal/px/vars.h 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