aboutsummaryrefslogtreecommitdiff
path: root/pc.h
diff options
context:
space:
mode:
authorTucker Evans <tuckerevans24@gmail.com>2019-07-14 13:23:33 -0400
committerTucker Evans <tuckerevans24@gmail.com>2019-07-14 13:23:33 -0400
commita4f0f79d1dd02121ab1600a9f98941de0d07efcf (patch)
treea55684549a239c99aee9d90905afd1ef74404a3c /pc.h
parentba8a90a761ab277b65c634442cc0756d59ec09d5 (diff)
Add check (PC_H) macro to pc.h
Diffstat (limited to 'pc.h')
-rw-r--r--pc.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/pc.h b/pc.h
index 009e3ff..7a8be68 100644
--- a/pc.h
+++ b/pc.h
@@ -1,5 +1,10 @@
+#ifndef PC_H
+#define PC_H
char* pretty_type(int);
void debug_print(int, union YYSTYPE*);
int yyerror(char*);
+#endif
+
+#define DEBUG