August 22, 2010
Compiling with -e -l shows a listing but does not put line numbers in it. How do I get line numbers in my preprocessed output ? Also I would like to generate preprocessed output with line numbers without the compiler actually compiling the preprocessed output. How do I do that ?
August 22, 2010
Edward Diener wrote:
> Compiling with -e -l shows a listing but does not put line numbers in it. How do I get line numbers in my preprocessed output ? Also I would like to generate preprocessed output with line numbers without the compiler actually compiling the preprocessed output. How do I do that ?

The standalone preprocessor, sppn.exe, should give you that.