aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index 04f8bfe..e49d665 100644
--- a/pc.h
+++ b/pc.h
@@ -13,5 +13,7 @@ int yyerror(char*);
int count_args(ptree*);
int set_func_types(ptree*, int*, int);
int get_call_types(ptree*, int*, int);
+
+#define OFFSET_SIZE 8
#endif