STACK_DEPTH_LIMIT  752 src/error.c        if (maxdepth == 0) maxdepth = STACK_DEPTH_LIMIT;
STACK_DEPTH_LIMIT  790 src/error.c            if (maxdepth >= 0 && depth >= STACK_DEPTH_LIMIT) {