From cfc9f38ccde5c0ab8128fed276e3d2a497b8a445 Mon Sep 17 00:00:00 2001 From: ceriel Date: Thu, 8 Jan 1987 12:42:44 +0000 Subject: [PATCH] Generate line directives that are similar to the ones generated by the Reiser preprocessor. --- util/cpp/preprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++); -- 2.34.1