pTAL Reference Manual (H06.03+)
Compiler Directives
HP pTAL Reference Manual—523746-005
17-63
SRL
SRL
SRL causes the pTAL compiler to generate code that can be linked into a user library.
You must specify SRL to be able to link the object file created by the compilation into a
user library.
SUPPRESS
SUPPRESS
suppresses all compilation listings except the compiler leader text, diagnostic
messages, and the trailer text. (Does not alter the source code.)
NOSUPPRESS
allows all compilation listings.
Note. The EpTAL compiler ignores this directive.
Default: None
Placement: Anywhere
Scope: Applies to the compilation unit
Dependencies: When declaring a data block that belongs to an SRL, you must specify
NOEXPORT_GLOBALS and NOGP_OK.
References:
•
EXPORT_GLOBALS on page 17-31
•
GP_OK on page 17-35
VST671.vsd
SRL
SUPPRESS
NOSUPPRESS
VST176.vsd










