Make sure that line directives start on the beginning of a line
This commit is contained in:
parent
782d0f48bf
commit
5c5cb8e5c8
|
@ -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); \
|
||||
|
|
Loading…
Reference in a new issue