aboutsummaryrefslogtreecommitdiff
path: root/src/include/tree.h
diff options
context:
space:
mode:
authorc+12023-10-28 09:59:56 -0400
committerc+12023-10-28 09:59:56 -0400
commitfb2efbd868556da31d128c755beeefd37b0178c3 (patch)
treeffa2932ba84b3f796236c46a58026c81ca60996d /src/include/tree.h
parent820e75e4caa70be9719c728187a56f225e0bc136 (diff)
fixed numbers. Added keywords.
Diffstat (limited to 'src/include/tree.h')
-rw-r--r--src/include/tree.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/include/tree.h b/src/include/tree.h
index a240a18..108f646 100644
--- a/src/include/tree.h
+++ b/src/include/tree.h
@@ -27,6 +27,11 @@ typedef struct TREE_T_STRUCT {
arg_t* arg;
struct TREE_T_STRUCT* val;
} tree_def;
+
+ struct {
+ char* id;
+ arg_t* arg;
+ } tree_cal;
} data;
} tree_t;