TAL Reference Manual

TAL Syntax Summary (Bracket-and-Brace Diagrams)
Appendix C—526371.001
C-36
DUMPCONS Directive
DUMPCONS Directive
DUMPCONS inserts the contents of the compiler’s constant table into the object code.
ENDIF Directive
See IF and ENDIF Directives on page 16-47.
ENV Directive
ENV specifies the intended run-time environment of a D-series object file. The default
is ENV NEUTRAL.
ERRORFILE Directive
ERRORFILE logs compilation errors and warnings to an error file so you can use the
TACL FIXERRS macro to view the diagnostic messages in one PS Text Edit window
and correct the source file in another window.
ERRORS Directive
ERRORS sets the maximum number of error messages to allow before the compiler
terminates the compilation.
EXTENDSTACK Directive
EXTENDSTACK increases the size of the data stack in the user data segment.
EXTENDTALHEAP Directive
EXTENDTALHEAP increases the size of the compilers internal heap for a D-series
compilation unit.
DUMPCONS
ENV { COMMON }
{ OLD }
{ NEUTRAL }
ERRORFILE { file-name }
{ define-name }
{ assign-name }
ERRORS [ = ] num-messages
EXTENDSTACK [ = ] num-pages