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-32
Types of Compiler Messages
179
This error message is generated if two types are used to declare a variable. The invalid
declaration can comprise two types, or a type and a typedef name, or two typedef
names. An example of an invalid declaration is:
char int i;
180
The compiler encountered a typedef declaration or an interface declaration for a
Pascal, FORTRAN, COBOL, TAL, or an unspecified language type, in which typedef,
_pascal, _fortran, _cobol, _tal, or unspecified is not the first keyword in the
declaration, respectively.
181
The storage class specifier _lowmem can only exist in the same declaration with the
storage class specifier extern or static. In addition, the _lowmem storage class
specifier can be used in a typedef. The compiler encountered an instance in which
the storage class specifier _lowmem was specified in a declaration along with another
storage class specifier other than extern or static or with another keyword other
than typedef.
182
The C compiler encountered a variable that needs to be defined as a pointer.
183
The C compiler encountered an invalid subvolume name.
incompatible type was specified
keywords 'typedef' '_pascal' _fortran' '_cobol' '_tal' or
'_unspecified' should be the first token of a declaration
statement or prototype declaration
_lowmem can only exist with extern/static/typedef keywords in
a declaration
the variable should be pointer type
name has an invalid subvolume name