SysIII/usr/include/core.h

Compare this file to the similar file:
Show the results in this format:

/* machine dependent stuff for core files */
#if	vax
#define TXTRNDSIZ 512L
#define stacktop(siz) (0x80000000L)
#define stackbas(siz) (0x80000000L-siz)
#endif
#if	pdp11
#define TXTRNDSIZ 8192L
#define stacktop(siz) (0x10000L)
#define stackbas(siz) (0x10000L-siz)
#endif