X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fstaging%2Fdedeckeh.git;a=blobdiff_plain;f=scripts%2Fconfig%2Fexpr.h;h=c2fa804fe114027e21537cc07b0649887b44a917;hp=ae67a99d9eff57ccfdf51a0e826f49ae168916e3;hb=009293c52e637612cd118717a1bea4e142889e09;hpb=73ea763c0dcdb96c9163790f20edd964399035c0 diff --git a/scripts/config/expr.h b/scripts/config/expr.h index ae67a99d9e..c2fa804fe1 100644 --- a/scripts/config/expr.h +++ b/scripts/config/expr.h @@ -156,9 +156,6 @@ struct symbol { /* choice values need to be set before calculating this symbol value */ #define SYMBOL_NEED_SET_CHOICE_VALUES 0x100000 -/* Set symbol to y if allnoconfig; used for symbols that hide others */ -#define SYMBOL_ALLNOCONFIG_Y 0x200000 - #define SYMBOL_MAXLENGTH 256 #define SYMBOL_HASHSIZE 9973 @@ -282,15 +279,12 @@ struct jump_key { int index; }; -#define JUMP_NB 9 - extern struct file *file_list; extern struct file *current_file; struct file *lookup_file(const char *name); extern struct symbol symbol_yes, symbol_no, symbol_mod; extern struct symbol *modules_sym; -extern struct symbol *sym_defconfig_list; extern int cdebug; struct expr *expr_alloc_symbol(struct symbol *sym); struct expr *expr_alloc_one(enum expr_type type, struct expr *ce);