112
Section 2: Compiler
TI
-
89 / TI
-
92 Plus Sierra C Assembler Reference Manual
Not for Distribution
Beta Version February 2, 2001
incompatible operand,
type, op operator
The given unary
operator cannot be applied to the given type.
incompatible operands,
type and type, indent() arg position
The argument at the specified position in the function call is not assignment
compatible with the type specified in the prototyped function declaration. When
passing arguments to a prototyped function, the rules that apply are the same as
those that apply when using the assignment operator.
incompatible operands,
type and type, op operator
It is illegal to apply the given
operator to the given types.
input token too long
The length of a preprocessor token (identifier or numeric constant) exceeds 256
characters.
integer divide by zero
An integer division by zero occurred while doing integer constant folding.
invalid argument to
#include directive
The argument to the #include directive after macro expansion must be of the
form "
filename" or <filename>.
invalid line number for
#line directive
A #line directive must be followed by a decimal constant and an optional double
quoted filename.
identifier is missing from formal parameter list
The given
identifier appears in the argument declaration list, but does not appear
in the formal parameter list.
label
identifier is missing
The label
identifier referred to in a goto statement does not appear in the current
function.
leading comma inside function call
A comma cannot appear in front of the first argument in a function call, nor can it
appear in a function call with no arguments.