STACK_PUSH
#define STACK_PUSH(_stack) (_stack).stk_s[(_stack).stk_n++]
#define STACK_PUSH(stack, ptr, stack_link) (ptr)->stack_link = (stack),\