HP Pascal/iX Reference Manual (31502-90022)

A-: 69
not allowed.
ACTION Don't mix modes in data declarations.
---------------------------------------------------------------------------------------
883 MESSAGE COERCION REQUIRES $TYPE_COERCION 'CONVERSION'$ (883)
CT CAUSE The current $TYPE_COERCION$ level is insufficient to permit
this coercion.
ACTION Set the $TYPE_COERCION$ level to that given in the message.
---------------------------------------------------------------------------------------
884 MESSAGE INVALID TYPE FOR INTRINSIC FORMAL PARAMETER NUMBER ! (884)
CT CAUSE The data type for the formal parameter specified is not an
acceptable type for an intrinsic declaration (when building an
intrinsic file using $BUILDINT$).
ACTION Use an appropriate language-independent type for the intrinsic
parameter.
---------------------------------------------------------------------------------------
885 MESSAGE INVALID TYPE FOR INTRINSIC FUNCTION RETURN (885)
CT CAUSE The data type for the function return specified is not an
acceptable type for an intrinsic declaration.
ACTION Specify the correct type.
---------------------------------------------------------------------------------------
886 MESSAGE RECURSIVE INCLUDE OF FILE (886)
CT CAUSE The file just specified in an $INCLUDE$ directive is currently
being included (thus, this is an infinite recursion of
includes; a fatal error).
ACTION Remove the recursive include.
---------------------------------------------------------------------------------------
887 MESSAGE INVALID FORMAL PARAMETER TYPE (887)
CT CAUSE A data type which is a $HP3000_32$ type is not allowed as a
formal parameter when $HP3000_16$ is ON.
ACTION Declare the parameter to be of a $HP3000_16$ type.
---------------------------------------------------------------------------------------
888 MESSAGE STATEMENT ! INCOMPATIBLE WITH $ASSUME '!' (888)
CT CAUSE The code generated for the given statement conflicts with the
given assume option. The compiler has detected incorrect code
generation.
ACTION Use a correct ASSUME option or remove the $ASSUME option.
---------------------------------------------------------------------------------------
889 MESSAGE CONFORMANT ARRAYS NOT ALLOWED WITH $HP3000_16$ (889)
CT CAUSE Conformant arrays are not implemented when using $HP3000_16$.
ACTION Do not use this feature with $HP3000_16$.