xref: /original-bsd/usr.bin/pascal/px/machdep.h (revision 6c57d260)
1 /* Copyright (c) 1979 Regents of the University of California */
2 
3 /* static char sccsid[] = "@(#)machdep.h 1.2 03/06/81"; */
4 
5 #ifdef VAX
6 #define pushaddr push4
7 #define popaddr (char *)pop4
8 #else
9 #define pushaddr push2
10 #define popaddr (char *)pop2
11 #endif VAX
12