aboutsummaryrefslogtreecommitdiffstats
path: root/src/analyse.h
diff options
context:
space:
mode:
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;
};