summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2018-08-01 23:30:07 +1200
committerDavid Phillips <david@sighup.nz>2018-08-01 23:30:07 +1200
commitd4a083dec30a5ed2732a13d75140a8e51a21598b (patch)
treed4724c791c0170d796a66558d2373207031b2ea6
parenteee61ddbba165f772a0e720825dcf6810eaa2648 (diff)
downloadhence-d4a083dec30a5ed2732a13d75140a8e51a21598b.tar.xz
Remove unneeded build debug todo
It was malformed anyway, ha.
-rw-r--r--lex.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/lex.c b/lex.c
index dc4a56e..3f2b409 100644
--- a/lex.c
+++ b/lex.c
@@ -6,11 +6,6 @@
#include "common.h"
#include "lex.h"
-#ifdef emit_error
-#warn "Remember to remove the global emit_error
-#undef emit_error
-#endif /* ifdef emit_error */
-
#define emit_error(...) fprintf(stderr, "Error (%zd,%zd): ", line_number, 1 + column_number);\
fprintf(stderr, __VA_ARGS__)