From 201992159bce642004365fd959315e0549f5201b Mon Sep 17 00:00:00 2001 From: Kirk McKusick Date: Thu, 8 Jan 1981 00:55:37 -0800 Subject: [PATCH] date and time created 81/01/07 16:55:37 by mckusick SCCS-vsn: usr.bin/pascal/px/machdep.h 1.1 --- usr/src/usr.bin/pascal/px/machdep.h | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 usr/src/usr.bin/pascal/px/machdep.h diff --git a/usr/src/usr.bin/pascal/px/machdep.h b/usr/src/usr.bin/pascal/px/machdep.h new file mode 100644 index 0000000000..68b96767db --- /dev/null +++ b/usr/src/usr.bin/pascal/px/machdep.h @@ -0,0 +1,7 @@ +/* Copyright (c) 1979 Regents of the University of California */ + +/* static char sccsid[] = "@(#)machdep.h 1.1 %G%"; */ + +#define pushaddr push4 +#define popaddr (char *)pop4 +#define popargs(num) popsp(num * sizeof(int)) -- 2.20.1