HP Pascal/iX Reference Manual (31502-90022)

12- 70
as the SYSINTR compiler option and is provided only for backward
compatibility with Pascal/V.
Syntax
$SPLINTR [
string
]$
Parameter
string
Specifies the name of the intrinsic file that the compiler
must search for information about intrinsic routines. This
intrinsic file must be in SYSINTR format, not SPLINTR
format (see Table 12-2 in "SYSINTR").
Default System intrinsic file (see the
HP Pascal/iX Programmer's
Guide
or the the
HP Pascal/HP-UX Programmer's Guide
,
depending on your implementation).
Location Anywhere.
Example
See the example for the SYSINTR compiler option.
NOTE The
pc
option +C on HP-UX affects the SPLINTR compiler option (see
the
HP Pascal/HP-UX Programmer's Guide
).
STANDARD_LEVEL
STANDARD_LEVEL is an HP Standard Option.
The STANDARD_LEVEL compiler option specifies the level of syntax that the
compiler routinely processes. The compiler issues a warning if it
encounters a language feature that is illegal at that level. The
compiler compiles the illegal feature if possible; otherwise, it is a
syntax error.
Syntax
{ANSI }
{ISO }
$STANDARD_LEVEL '{HP_PASCAL }'$
{HP_MODCAL }
{EXT_MODCAL}
Parameters
ANSI Allows only ANSI Pascal.
ISO Allows only ISO Pascal (and ANSI Pascal).
HP_PASCAL Allows only HP Pascal (and ISO Pascal).
HP_MODCAL Allows HP Pascal and some system programming extensions.
EXT_MODCAL Allows HP Pascal and all system programming extensions.
Default HP_PASCAL.
Location Anywhere.
The HP Standard specifies the STANDARD_LEVEL compiler option only with
the standard levels ANSI, ISO, and HP_PASCAL. HP Pascal accepts the
additional standard levels HP_MODCAL and EXT_MODCAL.