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

Table Of Contents
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-010
20-22
Types of Compiler Messages
124
You used one of the pragmas that must occur on the command line in the translation
unit.
125
You used one of the pragmas that must occur in the translation unit on the command
line.
126
The compiler encountered the end of an included file or the translation unit before
encountering the end of an opened comment.
127
You did not specify a type of input file in the compilation command.
128
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.
129
You used non-prototype syntax in a TAL interface declaration.
directive is valid only on the command line: pragma
directive is valid only as a pragma in the program: pragma
comment is terminated by EOF - comment started on line: line
input file is not a supported type
extptr may only be used for non-C formal parameter pointer
declarations
obsolete TAL declaration syntax - use prototype syntax