summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/duk-libdom-common.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/duk-libdom-common.c b/src/duk-libdom-common.c
index 6111070..c76f7a5 100644
--- a/src/duk-libdom-common.c
+++ b/src/duk-libdom-common.c
@@ -74,7 +74,7 @@ int output_ccode(FILE* outf, struct genbind_node *node)
NULL, GENBIND_NODE_TYPE_FILE));
if ((line != NULL) && (filename != NULL)) {
- fprintf(outf, "#line %d \"%s\"\n", *line, filename);
+ fprintf(outf, "/* #line %d \"%s\" */\n", *line, filename);
}
return output_cdata(outf, node, GENBIND_NODE_TYPE_CDATA);