Searched refs:MAX_INCLUDES (Results 1 – 1 of 1) sorted by relevance
43 #define MAX_INCLUDES 32 /* limit for the number of nested includes */ macro51 static int include_stack[MAX_INCLUDES];52 static char *include_files[MAX_INCLUDES];174 if (include_ptr > MAX_INCLUDES) {