C/C++ Programmer's Guide (G06.25+)

TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-008
20-21
Types of Compiler Messages
117
This error occurs only with an extremely large C compilation unit. Break the large unit
into two or more smaller units, and then use Binder to link them after compilation.
118
The parameter identifiers are missing from a function definition.
119
After encountering a nonprototype declaration of a function, the compiler subsequently
encountered a prototype declaration or definition of the same function.
120
A subsequent declaration or definition of a previously declared function specifies a
different type for one of the parameters.
121
You specified the RUNNABLE pragma in a program that contains no main function.
122
You did not specify a valid file name for the object file in the compilation command.
123
The value provided in the HEAP pragma is too large. This usually occurs when
compiling programs for the small-memory model.
C compiler is out of heap space
illegal function definition
function was declared previously with old-style declaration
argument mismatch with previous declaration of function
pragma directive specified but there is no main() function
invalid object filename specified
specified heap size is too big