MAXDEPTH
STACK stack[MAXDEPTH];
if ((nframes = ocbp->c_nframes) >= MAXDEPTH)
struct elist einfo[MAXDEPTH];
struct combostr *ecombo[MAXDEPTH]; /* separate from elist to save space */
if ((nframes = ocbp->c_nframes) >= 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-1)
if (depth == MAXDEPTH-1)