From bae38db8e42b2d09b920d9430d18ee41bdcc0b17 Mon Sep 17 00:00:00 2001 From: Peter Kjellerstedt Date: Tue, 19 Apr 2005 09:55:06 +0000 Subject: Updated to match trunk/uClibc/extra/config as of r10132, and thus Linux 2.6.11. --- scripts/config/expr.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'scripts/config/expr.h') diff --git a/scripts/config/expr.h b/scripts/config/expr.h index cac51f6a8..7d39ff43e 100644 --- a/scripts/config/expr.h +++ b/scripts/config/expr.h @@ -174,6 +174,8 @@ void expr_extract_eq(enum expr_type type, struct expr **ep, struct expr **ep1, s struct expr *expr_trans_compare(struct expr *e, enum expr_type type, struct symbol *sym); void expr_fprint(struct expr *e, FILE *out); +struct gstr; /* forward */ +void expr_gstr_print(struct expr *e, struct gstr *gs); static inline int expr_is_yes(struct expr *e) { -- cgit v1.2.3