Specifications
Error! Style not defined. 755
Filename: LMAETAPA.DOC Project: MASM Environment and Tools
Template: MSGRIDA1.DOT Author: Nobody Last Saved By: Mike Eddy
Revision #: 136 Page: 755 of 71 Printed: 10/09/00 02:49 PM
HI4105
(level 1)
identifier : code modifiers only on function or pointer to function
The given identifier was declared with a code modifier that can be used only with a
function or function pointer.
The code modifier was ignored.
HI4109
(level 1)
unexpected identifier identifier
The pragma contained an unexpected token.
The pragma was ignored.
HI4110
(level 1)
unexpected token int constant
The pragma contained an unexpected integer constant.
The pragma was ignored.
HI4111
(level 1)
unexpected token string
The pragma contained an unexpected string.
The pragma was ignored.
HI4112
(level 1)
macro name name is reserved, command ignored
The given command attempted to define or undefine the predefined macro name or the
preprocessor operator defined. The given command is displayed as either #define or
#undef, even if the attempt was made using command-line options.
The command was ignored.
HI4113
(level 1)
function parameter lists differed
A function pointer was assigned to a function pointer, but the parameter lists of the
functions do not agree.
The expression was compiled without modification.
HI4114
(level 1)
same type qualifier used more than once
A type qualifier (const, volatile, signed, or unsigned) was used more than once in the
same type.
The second occurrence of the qualifier was ignored.
HI4115
(level 1)
tag : type definition in formal parameter list
The given tag was used to define a struct, union, or enum in the formal parameter list
of a function.
The compiler assumed the definition was at the global level.
HI4116
(level 1)
(no tag) : type definition in formal parameter list
A struct, union, or enum type with no tag was defined in the formal parameter list of a
function.
The compiler assumed the definition was at the global level.