STACKSIZE
static stack_frame stack[STACKSIZE];
if (stack_ptr < STACKSIZE) {
if (stack_ptr < STACKSIZE) {
#define npush(x) if (stack_ptr < STACKSIZE) {\
stack_frame stack[STACKSIZE];
if (stack_ptr < STACKSIZE) {\
stack_frame stack[STACKSIZE];