aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authortomsmeding <tom.smeding@gmail.com>2018-01-24 22:46:14 +0100
committertomsmeding <tom.smeding@gmail.com>2018-01-24 22:46:14 +0100
commitf36879c1d42e34d593dff204e26ecfb10eb6dfac (patch)
tree6cf7247f6b9ecca271a529ebf05c194e99dcdae2 /main.c
parent20d898496b7371872bfd128a895d39465f13c970 (diff)
Asm literals and hwi
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/main.c b/main.c
index 94d155e..61475dc 100644
--- a/main.c
+++ b/main.c
@@ -7,8 +7,6 @@
#include "regalloc.h"
#include "to_assembly.h"
-#undef DEBUG
-
extern FILE *yyin;
extern int yyparse(void);