summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-05 10:23:12 +0000
committerDaniel Silverstone <dsilvers@digital-scurf.org>2017-02-05 10:23:12 +0000
commit9eae2e271b700bbbf88e3888489dab5182814a46 (patch)
tree58a1aa5a8aa50e3a1ab07ccfb62ea2cb03c0b149
parenta2ccd45a7048b98bd15e587378aa2eed3cd55e62 (diff)
downloadnsgenbind-9eae2e271b700bbbf88e3888489dab5182814a46.tar.gz
nsgenbind-9eae2e271b700bbbf88e3888489dab5182814a46.tar.bz2
Make the #line a comment
-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);