aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--compile.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/compile.c b/compile.c
index f2c30653..d2554ed2 100644
--- a/compile.c
+++ b/compile.c
@@ -4505,7 +4505,7 @@ CORD compile_file_header(env_t *env, ast_t *ast)
{
CORD header = CORD_all(
"#pragma once\n"
- // "#line 1 ", CORD_quoted(ast->file->filename), "\n",
+ "#line 1 ", CORD_quoted(ast->file->filename), "\n",
"#include <tomo/tomo.h>\n");
compile_typedef_info_t info = {.env=env, .header=&header};