From 9eae2e271b700bbbf88e3888489dab5182814a46 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 5 Feb 2017 10:23:12 +0000 Subject: Make the #line a comment --- src/duk-libdom-common.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); -- cgit v1.2.3