Make sure that line directives start on the beginning of a line
This commit is contained in:
parent
f6dd920649
commit
d8614f80a6
@ -134,7 +134,7 @@ preprocess(fn)
|
|||||||
if (! options['P']) { \
|
if (! options['P']) { \
|
||||||
register char *p = Xbuf; \
|
register char *p = Xbuf; \
|
||||||
\
|
\
|
||||||
sprint(p, "%s %d \"%s\"\n", \
|
sprint(p, "\n%s %d \"%s\"\n", \
|
||||||
LINE_PREFIX, \
|
LINE_PREFIX, \
|
||||||
LineNumber, \
|
LineNumber, \
|
||||||
FileName); \
|
FileName); \
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user