aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-10-08 23:57:31 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-10-08 23:57:31 -0400
commitd1a31ddde4f7c491a8e03a9a8fde30799b591ee8 (patch)
treee16feb47a60f6e82abd9f4291383548e97287476 /pc.h
parent2aa793357f8e18d666d781a5ef99e2b3159b5a86 (diff)
Add macro to control generation of code
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 e49d665..3614796 100644
--- a/pc.h
+++ b/pc.h
@@ -15,5 +15,7 @@ int set_func_types(ptree*, int*, int);
int get_call_types(ptree*, int*, int);
#define OFFSET_SIZE 8
+
#endif
+#define GENERATE_CODE