From 5c5cb8e5c8f369ebebe0ffe3fedafbdd59279cd0 Mon Sep 17 00:00:00 2001 From: ceriel Date: Fri, 22 Feb 1991 14:29:37 +0000 Subject: [PATCH] Make sure that line directives start on the beginning of a line --- lang/cem/cpp.ansi/preprocess.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/cem/cpp.ansi/preprocess.c b/lang/cem/cpp.ansi/preprocess.c index f8b7063a1..d10292d04 100644 --- a/lang/cem/cpp.ansi/preprocess.c +++ b/lang/cem/cpp.ansi/preprocess.c @@ -134,7 +134,7 @@ preprocess(fn) if (! options['P']) { \ register char *p = Xbuf; \ \ - sprint(p, "%s %d \"%s\"\n", \ + sprint(p, "\n%s %d \"%s\"\n", \ LINE_PREFIX, \ LineNumber, \ FileName); \ -- 2.34.1