X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/blobdiff_plain/368797c0affaa0eb5e786bea7de1fa85d64487ca..9a92014d0e846cb18fc9458eded267bd4563cc43:/usr/src/usr.bin/pascal/px/machdep.h?ds=inline diff --git a/usr/src/usr.bin/pascal/px/machdep.h b/usr/src/usr.bin/pascal/px/machdep.h index 68b96767db..f61b74dfff 100644 --- a/usr/src/usr.bin/pascal/px/machdep.h +++ b/usr/src/usr.bin/pascal/px/machdep.h @@ -1,7 +1,11 @@ /* Copyright (c) 1979 Regents of the University of California */ -/* static char sccsid[] = "@(#)machdep.h 1.1 %G%"; */ +/* static char sccsid[] = "@(#)machdep.h 1.2 %G%"; */ +#ifdef VAX #define pushaddr push4 #define popaddr (char *)pop4 -#define popargs(num) popsp(num * sizeof(int)) +#else +#define pushaddr push2 +#define popaddr (char *)pop2 +#endif VAX