diff --git a/util/cpp/preprocess.c b/util/cpp/preprocess.c index bd05c5681..c8347afcb 100644 --- a/util/cpp/preprocess.c +++ b/util/cpp/preprocess.c @@ -51,7 +51,7 @@ preprocess(fn) fn = FileName; lineno = LineNumber; - sprint(p, "#line %d \"%s\"\n", LineNumber, + sprint(p, "# %d \"%s\"\n", LineNumber, FileName); while (*p) { echo(*p++);