aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index ab93ead4..9b6aabcc 100644
--- a/compile.c
+++ b/compile.c
@@ -3410,7 +3410,6 @@ CORD compile_header(env_t *env, ast_t *ast)
CORD header = CORD_all(
"#pragma once\n"
// "#line 1 ", CORD_quoted(ast->file->filename), "\n",
- "#define __SOURCE_FILE__ ", CORD_quoted(ast->file->filename), "\n"
"#include <tomo/tomo.h>\n");
for (ast_list_t *stmt = Match(ast, Block)->statements; stmt; stmt = stmt->next)