Specifications

730 H2INC Error Messages
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 730 of 46 Printed: 10/09/00 02:49 PM
printf("Hello,\
\nworld");
or
printf("Hello,\n"
"world");
or
printf("Hello,"
"\nworld");
HI2003 expected defined id
An identifier was expected after the preprocessing keyword defined.
HI2004 expected defined(id)
An identifier was expected after the left parenthesis, (, following the preprocessing
keyword defined.
HI2005 #line expected a line number, found token
A #line directive lacked the required line-number specification.
HI2006 #include expected a file name, found token
An #include directive lacked the required file-name specification.
HI2007 #define syntax
An identifier was expected following #define in a preprocessing directive.
HI2008 character : unexpected in macro definition
The given character was found immediately following the name of the macro.
HI2009 reuse of macro formal identifier
The given identifier was used more than once in the formal-parameter list of a macro
definition.
HI2010 character : unexpected in macro formal-parameter list
The given character was used incorrectly in the formal-parameter list of a macro
definition.
HI2012 missing name following '<'
An #include directive lacked the required filename specification.
HI2013 missing '>'
The closing angle bracket (>) was missing from an #include directive.