C/C++ Programmer's Guide (G06.27+, H06.08+, J06.03+)

Cause
A subsequent declaration or definition of a previously declared function specifies a different
type for one of the parameters.
121
pragma directive specified but there is no main() function
Cause
You specified the RUNNABLE pragma in a program that contains no main function.
122
invalid object filename specified
Cause
You did not specify a valid file name for the object file in the compilation command.
123
specified heap size is too big
Cause
The value provided in the HEAP pragma is too large. This usually occurs when compiling programs
for the small-memory model.
124
directive is valid only on the command line: pragma
Cause
You used one of the pragmas that must occur on the command line in the translation unit.
125
directive is valid only as a pragma in the program: pragma
Cause
You used one of the pragmas that must occur in the translation unit on the command line.
126
comment is terminated by EOF - comment started on line: line
Cause
The compiler encountered the end of an included file or the translation unit before encountering
the end of an opened comment.
127
input file is not a supported type
Cause
You did not specify a type of input file in the compilation command.
128
extptr may only be used for non-C formal parameter pointer declarations
Cause
You used extptr outside of a non-C interface declaration, or you used it when declaring a
nonpointer parameter in a non-C interface declaration.
Types of Compiler Messages 345