From: ceriel Date: Fri, 22 Feb 1991 14:29:37 +0000 (+0000) Subject: Make sure that line directives start on the beginning of a line X-Git-Tag: release-5-5~1227 X-Git-Url: https://git.ndcode.org/public/gitweb.cgi?a=commitdiff_plain;h=5c5cb8e5c8f369ebebe0ffe3fedafbdd59279cd0;p=ack.git Make sure that line directives start on the beginning of a line --- 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); \