xref: /csrg-svn/usr.bin/pascal/px/machdep.h (revision 15992)
1 /* Copyright (c) 1979 Regents of the University of California */
2 
3 /* static char sccsid[] = "@(#)machdep.h 2.1 02/08/84"; */
4 
5 #ifdef ADDR32
6 #define pushaddr push4
7 #define popaddr (char *)pop4
8 #endif ADDR32
9 #ifdef ADDR16
10 #define pushaddr push2
11 #define popaddr (char *)pop2
12 #endif ADDR16
13