SHOWINC | NOSHOWINC

Category

Listings, messages and compiler information

Pragma equivalent

None.

Purpose

When used with SOURCE option to generate a listing file, selectively shows user and system header files in the source and Pseudo-Assembly sections of the listing file.

Syntax

Read syntax diagramSkip visual syntax diagramNOSHOWSHOW

Defaults

NOSHOWINC

In the z/OS® UNIX System Service environment, this option is turned on by specifying -V when using the c89 utility.

Usage

In the listing, the compiler replaces all #include preprocessor directives with the source that is contained in the include file.

The SHOWINC option has effect only if the SOURCE option is also in effect.

Predefined macros

None.

Related information

For more information on the SOURCE compiler option, see SOURCE | NOSOURCE.