date and time created 81/01/07 16:55:37 by mckusick
authorKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 8 Jan 1981 08:55:37 +0000 (00:55 -0800)
committerKirk McKusick <mckusick@ucbvax.Berkeley.EDU>
Thu, 8 Jan 1981 08:55:37 +0000 (00:55 -0800)
SCCS-vsn: usr.bin/pascal/px/machdep.h 1.1

usr/src/usr.bin/pascal/px/machdep.h [new file with mode: 0644]

diff --git a/usr/src/usr.bin/pascal/px/machdep.h b/usr/src/usr.bin/pascal/px/machdep.h
new file mode 100644 (file)
index 0000000..68b9676
--- /dev/null
@@ -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))