aboutsummaryrefslogtreecommitdiffstats
path: root/src/analyse.h
diff options
context:
space:
mode:
authorkatherine <shmibs@airen-no-jikken.icu>2019-05-23 03:23:59 -0700
committerkatherine <shmibs@airen-no-jikken.icu>2019-05-23 03:23:59 -0700
commit101d5ad1f3e864f3b6442b6063151ffb47178099 (patch)
tree7b2d941bffe231cf7e05eafbd6071016c4d4f507 /src/analyse.h
parent031ff654cf9ad4de5cecf3fabff92e4bb2352c17 (diff)
downloadconfconf-101d5ad1f3e864f3b6442b6063151ffb47178099.tar.gz
add basetype-use-checks to analyse
Diffstat (limited to 'src/analyse.h')
-rw-r--r--src/analyse.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/analyse.h b/src/analyse.h
index 8e21db7..19f1b96 100644
--- a/src/analyse.h
+++ b/src/analyse.h
@@ -18,6 +18,18 @@ struct analyse_tree_s {
};
struct analyse_result_s {
+ 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;
struct analyse_tree_s deftype_tree;
struct analyse_tree_s var_tree;
};