added PDX constant
[unix-history] / usr / src / usr.bin / pascal / px / machdep.h
CommitLineData
20199215
KM
1/* Copyright (c) 1979 Regents of the University of California */
2
9a92014d 3/* static char sccsid[] = "@(#)machdep.h 1.2 %G%"; */
20199215 4
9a92014d 5#ifdef VAX
20199215
KM
6#define pushaddr push4
7#define popaddr (char *)pop4
9a92014d
KM
8#else
9#define pushaddr push2
10#define popaddr (char *)pop2
11#endif VAX