Make sure that line directives start on the beginning of a line

This commit is contained in:
ceriel 1991-02-22 14:29:37 +00:00
parent 782d0f48bf
commit 5c5cb8e5c8

View 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); \