projects
/
GitHub
/
moto-9609
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
02d95c9
)
kconfig: nuke reference to SWIG
author
Arnaud Lacombe
<lacombar@gmail.com>
Wed, 1 Jun 2011 20:15:52 +0000
(16:15 -0400)
committer
Arnaud Lacombe
<lacombar@gmail.com>
Mon, 6 Jun 2011 19:32:18 +0000
(15:32 -0400)
SWIG is not used (yet?) to create kconfig binding, so there is no point
referencing it.
Signed-off-by: Arnaud Lacombe <lacombar@gmail.com>
scripts/kconfig/expr.h
patch
|
blob
|
blame
|
history
diff --git
a/scripts/kconfig/expr.h
b/scripts/kconfig/expr.h
index 16bfae2d321742bd5bf06e0a17e3e6377b47ef71..80fce57080cc36787e01efc00fe8a111efa3d0ff 100644
(file)
--- a/
scripts/kconfig/expr.h
+++ b/
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
}