STACK_POP
#define STACK_POP(_stack) ((_stack).stk_s[--(_stack).stk_n])
#define STACK_POP(stack, stack_link) (stack) = (stack)->stack_link