EMPTY_STACK
#define EMPTY_STACK(sp) ((sp)->depth == 0)
#define EMPTY_STACK(stack) ((stack)->depth == 0)