pTAL Reference Manual (H06.03+)

Compiler Directives
HP pTAL Reference Manual523746-005
17-34
FMAP
FMAP
FMAP
lists the file map in the compiler listing.
NOFMAP
suppresses the file map in the compiler listing.
The file map:
Appears after the map of global identifiers in the compilation listing
Starts with the first file that the compiler encounters and includes each file
introduced by SOURCE directives and (on Guardian platforms) HP TACL ASSIGN
and DEFINE commands
Shows the complete name of each file and the date and time when the file was last
modified
GMAP
GMAP
lists the global map in the compiler listing.
Default: NOFMAP
Placement: Anywhere, any number of times. The last FMAP or NOFMAP in the
compilation unit
determines whether the compiler lists the file map.
Scope: Applies to the compilation unit
Dependencies: FMAP has no effect if either NOLIST or SUPPRESS is active
References:
LIST on page 17-41
SUPPRESS on page 17-63
FMAP
NOFMAP
VST141.vsd
GMAP
NOGMAP
VST142.vsd