From 3b4fbaa22233e764f6b94effd1b21c494061d32c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Sun, 22 Mar 2015 22:05:56 +0100 Subject: kconfig_parser: Fix rev_dep and implement verbose level output After this fix, generated dependency should be all right. Verbose output implementation is only temporally. It needs better implementation. And command line arguments should be parsed with argp. --- programs/src/kconfig_parser/cnfexpr.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'programs/src/kconfig_parser/cnfexpr.h') diff --git a/programs/src/kconfig_parser/cnfexpr.h b/programs/src/kconfig_parser/cnfexpr.h index ed5c2fb..0473368 100644 --- a/programs/src/kconfig_parser/cnfexpr.h +++ b/programs/src/kconfig_parser/cnfexpr.h @@ -18,7 +18,7 @@ struct cnfexpr { unsigned size; }; -struct cnfexpr *kconfig_cnfexpr(struct symlist *sl, struct expr *expr); +struct cnfexpr *kconfig_cnfexpr(struct symlist *sl, bool nt, struct expr *expr); void cnf_printf(struct cnfexpr *); struct boolexp *printf_original(struct symlist *sl, struct expr *expr); -- cgit v1.2.3