OUTPUT
Compilation Unit
-Lp[=<filename>]
<filename>: The name of the file to be generated.
It may contain special modifiers (see Using Special Modifiers).
No file created
None
None
The -Lp option causes the Compiler to generate a text file which contains the preprocessor's output. If no filename is specified, the text file shares the same name as the source file but with the extension, * .PRE ( %n.pre). The TEXTPATH environment variable is used to store the preprocessor file.
The resultant file is a form of the source file. All preprocessor commands (i.e., #include, #define, #ifdef, etc.) have been resolved. Only source code is listed with line numbers.