Updated to match trunk/uClibc/extra/config as of r10132, and thus

Linux 2.6.11.
This commit is contained in:
Peter Kjellerstedt
2005-04-19 09:55:06 +00:00
parent 2bf88a891f
commit bae38db8e4
23 changed files with 905 additions and 490 deletions

View File

@@ -175,6 +175,8 @@ static bool zconf_endtoken(int token, int starttoken, int endtoken);
struct symbol *symbol_hash[257];
static struct menu *current_menu, *current_entry;
#define YYERROR_VERBOSE
@@ -2119,6 +2121,7 @@ void zconfdump(FILE *out)
}
#include "lex.zconf.c"
#include "util.c"
#include "confdata.c"
#include "expr.c"
#include "symbol.c"