MAXDEPTH
static STACK stack[MAXDEPTH];
assert(level < (MAXDEPTH - 1));
if ((nframes = ocbp->c_nframes) >= MAXDEPTH)
static struct elist einfo[MAXDEPTH];
static struct combostr *ecombo[MAXDEPTH]; /* separate from elist to save space */
if ((nframes = ocbp->c_nframes) >= MAXDEPTH)
if (depth > MAXDEPTH || maxcolor >= MAXCOLORS)
u_char * planes[MAXDEPTH];
#define MAXCOLORS (1<<MAXDEPTH)
int maxlockdepth = MAXDEPTH;
static Ifstate ifstate[MAXDEPTH]; /* #if processor state */
static bool ignoring[MAXDEPTH]; /* ignore comments state */
static int stifline[MAXDEPTH]; /* start of current #if */
if (depth >= MAXDEPTH)