pTAL Conversion Guide

Compiler Operation
pTAL Conversion Guide527302-002
19-10
For pTAL and TAL
PAGE
The first PAGE prints a heading (if any) on the compiler listing, skips a line, and
continues printing. Each subsequent PAGE prints a heading (if any) and causes a
page eject.
heading-string
is a character string whose maximum length is 82 characters in TAL and 122
characters in pTAL.
WARN
WARN suppresses compiler warning messages.
TAL and pTAL warning numbers are disjoint. Warning numbers from 0 through 64 are
TAL warnings and are ignored by the native compiler, except for the following numbers,
which are mapped to their pTAL equivalents:
The native compiler converts the preceding TAL warning numbers into their equivalent
pTAL warning numbers and suppresses or enables printing of the equivalent pTAL
warning.
If warning-number is outside the range of all pTAL warnings and all TAL warnings,
the native compiler issues a warning. If warning-number is inside either range but
not assigned warning text, the compiler ignores the WARN directive.
TAL Number TAL Warning Text pTAL Number
20 Source line truncated 4281
28 More than one MAIN specified 3019
33 Redefinition size conflict 4255
34 Redefinition offset conflict 4256
54 Structure item rather than define used 3215
60 Preceding errors not in ERRORFILE 4282
61 Directive can appear only once 2105
PAGE
" "
VST160.vsd
heading-string
VST675.vsd
warning-number
WARN
NOWARN