Loading scripts/kconfig/expr.h +0 −3 Original line number Diff line number Diff line Loading @@ -172,8 +172,6 @@ struct menu { #define MENU_CHANGED 0x0001 #define MENU_ROOT 0x0002 #ifndef SWIG extern struct file *file_list; extern struct file *current_file; struct file *lookup_file(const char *name); Loading Loading @@ -218,7 +216,6 @@ static inline int expr_is_no(struct expr *e) { return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); } #endif #ifdef __cplusplus } Loading Loading
scripts/kconfig/expr.h +0 −3 Original line number Diff line number Diff line Loading @@ -172,8 +172,6 @@ struct menu { #define MENU_CHANGED 0x0001 #define MENU_ROOT 0x0002 #ifndef SWIG extern struct file *file_list; extern struct file *current_file; struct file *lookup_file(const char *name); Loading Loading @@ -218,7 +216,6 @@ static inline int expr_is_no(struct expr *e) { return e && (e->type == E_SYMBOL && e->left.sym == &symbol_no); } #endif #ifdef __cplusplus } Loading