diff options
author | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:57:33 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2005-08-02 00:57:33 +0000 |
commit | 273175d0d3903f89e740adad520af516c5ca72b4 (patch) | |
tree | dea82fb76c3797d61d34f1e59ab4a0c232518b4e /package/config/expr.h | |
parent | a18f36417b16217a2793fe74a588d8f0f9491417 (diff) | |
download | buildroot-novena-273175d0d3903f89e740adad520af516c5ca72b4.tar.gz buildroot-novena-273175d0d3903f89e740adad520af516c5ca72b4.zip |
update kbuild system
Diffstat (limited to 'package/config/expr.h')
-rw-r--r-- | package/config/expr.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package/config/expr.h b/package/config/expr.h index cac51f6a8..7d39ff43e 100644 --- a/package/config/expr.h +++ b/package/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) { |