added PDX constant
[unix-history] / usr / src / usr.bin / pascal / px / machdep.h
... / ...
CommitLineData
1/* Copyright (c) 1979 Regents of the University of California */
2
3/* static char sccsid[] = "@(#)machdep.h 1.2 %G%"; */
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