Home
last modified time | relevance | path

Searched refs:MAXDEPTH (Results 1 – 1 of 1) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/extra/scripts/
A Dunifdef.c138 #define MAXDEPTH 64 /* maximum #if nesting */ macro
197 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