aboutsummaryrefslogtreecommitdiffstats
path: root/src/parse.h
diff options
context:
space:
mode:
authorkatherine <k@airen-no-jikken.icu>2019-05-29 17:11:35 -0700
committerkatherine <k@airen-no-jikken.icu>2019-05-29 17:11:35 -0700
commit58e3054794cde4148267d81c80cc3109fbd19298 (patch)
tree9ff89bc2297dbea6e16773e35e09f62c7d53e735 /src/parse.h
parentea615e59178d76f887bc8e36cb8063095da20731 (diff)
downloadconfconf-58e3054794cde4148267d81c80cc3109fbd19298.tar.gz
update usage checking
Diffstat (limited to 'src/parse.h')
-rw-r--r--src/parse.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/parse.h b/src/parse.h
index 5771a07..89cf4fc 100644
--- a/src/parse.h
+++ b/src/parse.h
@@ -61,6 +61,8 @@ struct parse_deftype_s {
size_t col;
bool is_used;
bool is_union;
+ bool is_in_array;
+ bool is_in_hash;
unsigned member_list_len;
enum parse_type_e member_type_list[PARSE_DEFTYPE_MAX_LEN];
char member_name_list[PARSE_DEFTYPE_MAX_LEN][TOK_MAX_LEN];