HP Pascal/iX Reference Manual (31502-90022)

A-: 64
847 MESSAGE NOT A VARIABLE DEFAULT FORMAL PARAMETER (847)
CT CAUSE A formal parameter to the Haveoptvarparm function is not a VAR
or ANYVAR parameter.
ACTION Check the formal parameter list. Remove this call to
Haveoptvarparm.
---------------------------------------------------------------------------------------
848 MESSAGE NOT AN EXTENSION FORMAL PARAMETER (848)
CT CAUSE A formal parameter to the Haveextparm function is not an
extensible parameter.
ACTION Remove this call or check the count on the Extensible routine
option.
---------------------------------------------------------------------------------------
849 MESSAGE THIS ROUTINE OPTION NOT VALID FOR FUNCTIONS (849)
CT CAUSE The specified routine option is not allowed for a function.
ACTION Remove this routine option.
---------------------------------------------------------------------------------------
850 MESSAGE RECURSIVE USE OF INLINE PROCEDURE/FUNCTION NOT ALLOWED (850)
CT CAUSE A routine declared OPTION INLINE directly or indirectly calls
itself recursively.
ACTION Remove the recursion or remove the OPTION INLINE.
---------------------------------------------------------------------------------------
851 MESSAGE THIS DIRECTIVE NOT ALLOWED WITH ROUTINE OPTIONS (851)
CT CAUSE A routine directive was declared for a routine that has
definition options.
ACTION Remove the directive or the option.
---------------------------------------------------------------------------------------
852 MESSAGE NOT A DEFAULT FORMAL PARAMETER (852)
CT CAUSE A formal parameter supplied to the Haveoptvarparm function is
not a default parameter.
ACTION Remove this call or check the list of default parameters.
---------------------------------------------------------------------------------------
856 MESSAGE AN ADDRESS CAN NOT BE GENERATED FOR THIS VARIABLE (856)
CT CAUSE The parameter to ADDRESS, BADDRESS, or WADDRESS does not reside
on a storage unit boundary, so a legal address can not be
generated for it.
ACTION Do not take the address of this variable.
---------------------------------------------------------------------------------------
858 MESSAGE THIS FEATURE IS NO LONGER VALID (858)
CT CAUSE The designated feature has been removed from the language