Zilog EZ80F916 User Manual
Page 190
UM014423-0607
Using the ANSI C-Compiler
ZiLOG Developer Studio II
eZ80Acclaim!
®
User Manual
170
017 Unterminated quoted string.
Within a quoted string, an end of line was encountered.
018 Escape sequence ASCII code too large to fit in char.
The binary value of an escape sequence requires more than 8 bits of storage.
019 Character not within radix.
An integer constant was encountered with a character greater than the radix of the
constant.
020 More than four characters in string constant.
A string constant was encountered having more than four ASCII characters.
021 End of file encountered before end of macro call.
The end of file is reached before right parenthesis of macro call.
022 Macro expansion caused line to be too long.
The line needs to be shortened.
023 "##" cannot be first or last token in replacement string.
The macro definition cannot have “##” operator in the beginning or end.
024 "#" must be followed by an argument name.
In a macro definition, “#” operator must be followed by an argument.
025 Illegal "#line" directive syntax.
In
#line
<linenum> directive, <linenum> must be an integer after macro expansion.
026 Cannot undefine macro "name".
The syntax of the macro is incorrect.
027 End-of-file found before "#endif" directive.
#if
directive was not terminated with a corresponding
#endif
directive.
028 "#else" not within #if and #endif directives.
#else
directive was encountered before a corresponding
#if
directive.
029 Illegal constant expression.
The constant expression in preprocessing directive has invalid type or syntax.
030 Illegal macro name
The macro name does not have a valid identifier syntax.
031 Extra "#endif" found.
#endif
directive without a corresponding
#if
directive was found.