Make sure that line directives start on the beginning of a line
authorceriel <none@none>
Fri, 22 Feb 1991 14:29:37 +0000 (14:29 +0000)
committerceriel <none@none>
Fri, 22 Feb 1991 14:29:37 +0000 (14:29 +0000)
lang/cem/cpp.ansi/preprocess.c

index f8b7063..d10292d 100644 (file)
@@ -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);                      \