From 94a0f92e1a36d68c95781e916a94a377b7081d2f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Wed, 29 Apr 2015 10:17:05 +0200 Subject: Add prompt variable to parse_kconfig --- scripts/parse_kconfig/symlist.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/parse_kconfig/symlist.h') diff --git a/scripts/parse_kconfig/symlist.h b/scripts/parse_kconfig/symlist.h index 99d9bfb..6f1f32f 100644 --- a/scripts/parse_kconfig/symlist.h +++ b/scripts/parse_kconfig/symlist.h @@ -8,7 +8,7 @@ struct symlist_el { unsigned int id; char *name; - bool prompt; + bool prompt, def; struct cnfexpr *be; struct cnfexpr *re_be; // forward dependency }; -- cgit v1.2.3