diff options
author | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-15 06:01:05 +0000 |
---|---|---|
committer | andersen <andersen@69ca8d6d-28ef-0310-b511-8ec308f3f277> | 2004-07-15 06:01:05 +0000 |
commit | 8d067d680796f811a61decb8bbd6f63bf05c1f41 (patch) | |
tree | bde5459d496b1afc91b7d4a261b66252a47ca414 /scripts/config/expr.h | |
parent | 788bdae00dee03a410144b638393478b68c3a063 (diff) | |
download | busybox-w32-8d067d680796f811a61decb8bbd6f63bf05c1f41.tar.gz busybox-w32-8d067d680796f811a61decb8bbd6f63bf05c1f41.tar.bz2 busybox-w32-8d067d680796f811a61decb8bbd6f63bf05c1f41.zip |
Peter Kjellerstedt at axis.com writes:
Hello,
the attached patch should bring extra/config in line
with the Linux 2.6.7 sources.
The following are the commit messages for the respective
files from the Linux bk-repository:
checklist.c:
* fix menuconfig choice item help display
confdata.c:
* config: choice fix
* kconfig: don't rename target dir when saving config
expr.c, expr.h:
* config: disable debug prints
mconf.c:
* fix menuconfig choice item help display
menu.c:
* Kconfig: use select statements
symbol.c:
* config: choice fix
* Avoid bogus warning about recursive dependencies
* c99 struct initialiser conversions
textbox.c:
* janitor: don't init statics to 0
util.c:
* fix lxdialog behaviour
//Peter
git-svn-id: svn://busybox.net/trunk/busybox@8944 69ca8d6d-28ef-0310-b511-8ec308f3f277
Diffstat (limited to 'scripts/config/expr.h')
-rw-r--r-- | scripts/config/expr.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/config/expr.h b/scripts/config/expr.h index cc616f1f8..cac51f6a8 100644 --- a/scripts/config/expr.h +++ b/scripts/config/expr.h | |||
@@ -174,7 +174,6 @@ void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, s | |||
174 | struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); | 174 | struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); |
175 | 175 | ||
176 | void expr_fprint(struct expr *e, FILE *out); | 176 | void expr_fprint(struct expr *e, FILE *out); |
177 | void print_expr(int mask, struct expr *e, int prevtoken); | ||
178 | 177 | ||
179 | static inline int expr_is_yes(struct expr *e) | 178 | static inline int expr_is_yes(struct expr *e) |
180 | { | 179 | { |