Searched refs:MAXDEPTH (Results 1 – 1 of 1) sorted by relevance
138 #define MAXDEPTH 64 /* maximum #if nesting */ macro197 static Ifstate ifstate[MAXDEPTH]; /* #if processor state */198 static bool ignoring[MAXDEPTH]; /* ignore comments state */199 static int stifline[MAXDEPTH]; /* start of current #if */651 if (depth > MAXDEPTH-1) in nest()653 if (depth == MAXDEPTH-1) in nest()
Completed in 7 milliseconds