C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

Usage Guidelines
INLINE_LIMIT can only be entered on the compiler RUN command line (NMCPLUS) or be
specified with the -Winline_limit=n flag of the c89 utility.
This pragma is only valid for TNS/R-target compilations.
INLINE_STRING_LITERALS
The INLINE_STRING_LITERALS command-line option allows the compiler to inline functions
that take the address of a string literal.
INLINE_STRING_LITERALS
The pragma default settings are:
SYSTYPE OSSSYSTYPE GUARDIAN
N.A.N.A.TNS C compiler
N.A.N.A.G-series TNS c89 utility
Not setNot setTNS/R native C and C++ compilers
Not setNot setNative c89 and c99 utilities
N.A.N.A.TNS/E native C and C++ compilers
Usage Guidelines
INLINE_STRING_LITERALS can be entered on the compiler RUN command line (NMCPLUS)
or be specified with the -Winline_string_literals flag of the c89 or the c99 utility.
If a function is inlined by this specification, its program will not conform to section 7.1.2 of
the 1998 ISO C++ standard.
INNERLIST
The INNERLIST pragma controls whether the compiler listing includes the instruction-code
mnemonics generated for each statement immediately following the source text of the statement.
The INNERLIST pragma directs the compiler to list these mnemonics, and NOINNERLIST directs
it not to list them.
[NO]INNERLIST
The pragma default settings are:
SYSTYPE OSSSYSTYPE GUARDIAN
NOINNERLISTNOINNERLISTTNS C compiler
NOINNERLISTNOINNERLISTG-series TNS c89 utility
NOINNERLISTNOINNERLISTTNS/R native C and C++ compilers
NOINNERLISTNOINNERLISTNative c89 and c99 utilities
NOINNERLISTNOINNERLISTTNS/E native C and C++ compilers
Usage Guideline
The INNERLIST pragma can be entered on the compiler RUN command line or in the source text.
It can also be specified with the -W[no]innerlist flag of the c89 or the c99 utility.
208 Compiler Pragmas