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

TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems429301-008
20-32
Types of Compiler Messages
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.
184
The call to the offsetof function has the wrong parameters.
185
The first parameter of the offsetof function must be a structure or union type.
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
format is offsetof ( type , member )
first argument of offsetof is not a structure type