How to disable m4 –synclines for code region?
m4
has an useful option --synclines
that outputs #line
lines to synchronize output. However, this option breaks C macro definition. Consider the following source file:
m4
has an useful option --synclines
that outputs #line
lines to synchronize output. However, this option breaks C macro definition. Consider the following source file: