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)