HP Pascal/iX Reference Manual (31502-90022)

A-: 42
W CAUSE New functionality has been added of which the user should be
aware.
ACTION None.
---------------------------------------------------------------------------------------
538 MESSAGE THIS FEATURE REQUIRES $OS "! " (538)
W CAUSE The current $OS is not one that allows the feature.
ACTION Use the $OS specified in the message or remove the feature.
---------------------------------------------------------------------------------------
539 MESSAGE THIS FEATURE REQUIRES $ STANDARD_LEVEL "! " (539)
W CAUSE The current standard_level is lower than that required for this
feature.
ACTION Use the standard_level in the message or remove the feature.
---------------------------------------------------------------------------------------
540 MESSAGE THIS FEATURE REQUIRES $STANDARD_LEVEL$ "! " AND
$OS "! " (540)
W CAUSE The current standard_level is lower than that required for this
feature and the $OS specified is wrong.
ACTION Use the standard_level and $OS specified in the message or
remove the feature.
---------------------------------------------------------------------------------------
541 MESSAGE FURTHER MESSAGES SUPPRESSED FOR THIS LINE (541)
W CAUSE Only 5 messages will be printed for any single input source
line. If more than 5 messages are issued, then this will be
the sixth and last message.
ACTION Remove the causes of the first 5 messages on this line, so that
the next message can be printed.
---------------------------------------------------------------------------------------
549 MESSAGE MISSING SEPARATOR, TEXT IGNORED UNTIL NEXT SEPARATOR (549)
W CAUSE When two or more compiler options are on the same line, the
options must be separated by a semicolon or comma.
ACTION Add a separator if there are two or more compiler options.
---------------------------------------------------------------------------------------
550 MESSAGE LOWER BOUND GREATER THAN UPPER, FOLDED TO EMPTY SUBRANGE (550)
W CAUSE Assigning or comparing a constant subrange with the lower bound
greater than the upper bound results in an assignment or
comparison of an empty set.
ACTION Correct the bounds.
---------------------------------------------------------------------------------------
551 MESSAGE OBSOLETE !, USE '!' (551)
W CAUSE A feature supported by a previous release is now obsolete.