aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index e13c481..ea49612 100644
--- a/pc.h
+++ b/pc.h
@@ -2,6 +2,7 @@
#define PC_H
#include "y.tab.h"
+#include "tree.h"
char* pretty_type(int);
@@ -10,4 +11,6 @@ void debug_print(int, union YYSTYPE*);
int yyerror(char*);
#endif
+int count_args(ptree*);
+
#define DEBUG