MAXDEPTH          194 scripts/unifdef.c static Ifstate          ifstate[MAXDEPTH];	/* #if processor state */
MAXDEPTH          195 scripts/unifdef.c static bool             ignoring[MAXDEPTH];	/* ignore comments state */
MAXDEPTH          196 scripts/unifdef.c static int              stifline[MAXDEPTH];	/* start of current #if */
MAXDEPTH          467 scripts/unifdef.c 	if (depth >= MAXDEPTH)