aboutsummaryrefslogtreecommitdiff
path: root/tree.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-07-27 12:40:16 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-07-27 12:40:16 -0400
commite9ae811ffaa08caef0acca643ca1e7a1ff72396f (patch)
treed43fd26e134f91e3814f48506234396fbc199453 /tree.h
parent596bc33348e2daa5af8a0168f015e850aeccf0fc (diff)
Add update types during declaration
Diffstat (limited to 'tree.h')
-rw-r--r--tree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tree.h b/tree.h
index b17c276..5506657 100644
--- a/tree.h
+++ b/tree.h
@@ -25,4 +25,6 @@ ptree* mkinum(int);
ptree* mkrnum(float);
ptree* mkop(int, int, ptree*, ptree*);
+void update_type_info(ptree*, int);
+
#endif