Searched refs:MAXDEPTH (Results 1 – 1 of 1) sorted by relevance
157 #define MAXDEPTH 64 /* maximum #if nesting */ macro194 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */195 static bool ignoring[MAXDEPTH]; /* ignore comments state */196 static int stifline[MAXDEPTH]; /* start of current #if */467 if (depth >= MAXDEPTH) in nest()