From 6b822373ea891a3f5d245924b79588875c1523a3 Mon Sep 17 00:00:00 2001 From: Arnaud Lacombe Date: Wed, 1 Jun 2011 16:15:52 -0400 Subject: [PATCH] --- yaml --- r: 261621 b: refs/heads/master c: 84250386efa581fdf5578b68b9dd6b79998ac48d h: refs/heads/master i: 261619: 46ad0745145258819d54c32e2141812fdc0f54d5 v: v3 --- [refs] | 2 +- trunk/scripts/kconfig/expr.h | 3 --- 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/[refs] b/[refs] index c7caccf7fd03..566a8093cc13 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 02d95c96c3d29df0a1d3bb515692ad4894030729 +refs/heads/master: 84250386efa581fdf5578b68b9dd6b79998ac48d diff --git a/trunk/scripts/kconfig/expr.h b/trunk/scripts/kconfig/expr.h index 16bfae2d3217..80fce57080cc 100644 --- a/trunk/scripts/kconfig/expr.h +++ b/trunk/scripts/kconfig/expr.h @@ -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); @@ -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 }