aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-09-08 21:18:44 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-09-08 21:59:41 -0400
commit948b0460c9d079e5eff4e6247d35aa946956e4a5 (patch)
treebc3bef845747f28474327779e891a1a2fa07a7e6 /pc.h
parentecfd5f25bfa7b5ce00b8feb83eb1deeb7009e7f7 (diff)
Add checking types on function call
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index 653b720..79174f4 100644
--- a/pc.h
+++ b/pc.h
@@ -12,6 +12,7 @@ int yyerror(char*);
int count_args(ptree*);
int set_func_types(ptree*, int*, int);
+int get_call_types(ptree*, int*, int);
#endif
#define DEBUG