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']) { \
|
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…
Reference in a new issue