aboutsummaryrefslogtreecommitdiffstats
path: root/src/analyse.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/analyse.h
parentea615e59178d76f887bc8e36cb8063095da20731 (diff)
downloadconfconf-58e3054794cde4148267d81c80cc3109fbd19298.tar.gz
update usage checking
Diffstat (limited to 'src/analyse.h')
-rw-r--r--src/analyse.h14
1 files changed, 1 insertions, 13 deletions
diff --git a/src/analyse.h b/src/analyse.h
index 77594c2..539e003 100644
--- a/src/analyse.h
+++ b/src/analyse.h
@@ -18,21 +18,9 @@ struct analyse_tree_s {
};
struct analyse_result_s {
+ bool uses_type[PARSE_TYPE_HASH_DEFTYPE];
bool uses_array;
bool uses_hash;
- bool uses_bool;
- bool uses_string;
- bool uses_id;
- bool uses_int;
- bool uses_intl;
- bool uses_intll;
- bool uses_uint;
- bool uses_uintl;
- bool uses_uintll;
- bool uses_float;
- bool uses_double;
- bool uses_doublel;
- bool hash_types[PARSE_TYPE_ARRAY_BOOL];
struct analyse_tree_s deftype_tree;
struct analyse_tree_s var_tree;
};