aboutsummaryrefslogtreecommitdiff
path: root/node.c
diff options
context:
space:
mode:
Diffstat (limited to 'node.c')
-rw-r--r--node.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/node.c b/node.c
index 0e87370..40ed47c 100644
--- a/node.c
+++ b/node.c
@@ -17,6 +17,9 @@ char *str;
p->var_type = -1;
+ p->func_info = NULL;
+ p->array_info = NULL;
+
return p;
}