HP Pascal/iX Reference Manual (31502-90022)

A-: 27
or functional parameter.
The parameter of a call to WADDRESS or SIZEOF is a component of
a packed structure.
The parameter of a call to BADDRESS is a component of a packed
structure other than a PAC.
Either the third parameter of a call to ASSERT is not a
procedure identifier or the parameter of such a procedure is
not an integer value parameter.
ACTION Check the types of the actual and formal parameters.
---------------------------------------------------------------------------------------
224 MESSAGE SYSTEM ADDRESSING LIMIT EXCEEDED (224)
CT CAUSE The storage limit for variables at run time is exceeded.
ACTION Reduce the number of variables or make the structured
variables, such as arrays or strings, smaller.
---------------------------------------------------------------------------------------
225 MESSAGE INCONSISTENT ALIAS IN FORWARD PROCEDURE OR FUNCTION (225)
CT CAUSE The ALIAS in the definition differs from the ALIAS in the
FORWARD declaration of a procedure or function.
ACTION Use the same ALIAS in both the declarations.
---------------------------------------------------------------------------------------
226 MESSAGE INCONSISTENT OPTIONS IN FORWARD PROCEDURE OR FUNCTION (226)
CT CAUSE The routine options specified in the definition differs from
the one in the FORWARD declaration of the procedure or
function.
ACTION Use the same routine options in both declarations.
---------------------------------------------------------------------------------------
227 MESSAGE INCONSISTENT COMPILER OPTIONS IN FORWARD PROCEDURE OR FUNCTION
(227)
CT CAUSE The compiler options specified in the definition differ from
the one in the FORWARD declaration of the procedure or
function.
ACTION Use the same compiler options in both declarations.
---------------------------------------------------------------------------------------
228 MESSAGE VARIABLE OR EXPRESSION NOT WITHIN STRING LIMITS (228)
CT CAUSE The bounds of a subrange variable used as a string index do not
overlap the bounds of the string type.
ACTION Use a variable of the proper type.
CAUSE The constant expression used as a string index lies outside the
bounds of the string type.
ACTION Use a constant expression within the string bounds.
---------------------------------------------------------------------------------------