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-27
Types of Compiler Messages
SEARCH use SEA and for SECTION use SEC. The abbreviation SE for either of the
pragmas is not unique. If SE is specified, this error message occurs.
156
The C compiler encountered an interface declaration for a TAL procedure that uses the
keyword tal. Replace the keyword tal with the keyword _tal.
157
The C compiler encountered a qualified file name in a #include preprocessor
directive with angle brackets. For example, the directive
#include <$a.b.c>
must be changed to
#include "$a.b.c"
158
The compiler process on this system cannot run at a high PIN.
159
The compiler encountered an expression with unbalanced parentheses.
160
The compiler encountered a list of two or more section names that are not separated
by commas. The SECTION pragma gives a name to a section of a source file for use in
a #include directive. If named sections are included from the same file, they must all
be included in the same #include directive and these section names must be
separated by commas as in this example:
#include "headerh(sectiona,sectionb,sectionc)"
obsolete 'tal' keyword; use '_tal' instead
only unqualified filenames allowed in #include with angle
brackets
compiler should be run in a low PIN
missing close parenthesis
missing comma between section names