C/C++ Programmer's Guide (G06.25+)
TNS C Compiler Messages
HP C/C++ Programmer’s Guide for NonStop Systems—429301-008
20-43
Types of Compiler Messages
310
An invalid macro name is defined.
311
A constant beginning with "0X" or "0x" has been defined without any following digits.
312
The escape sequence is too large to fit in an unsigned char value. Use a different
data type.
313
The escape sequence is too large to fit in a w_char value. Use a different data type.
314
A pragma that cannot be used in the OSS environment has been specified and
ignored.
315
The compiler ignores subsequent sql (cppsource file) directives.
319
Only the first occurrence of the cpatheq directive has effect.
Invalid macro name
hexadecimal constant must have at least one digit
escape sequence value must must fit in unsigned char
escape sequence value must must fit in w_char
Directive name is ignored on OSS
Only the first sql (cppsource file) directive is
accepted
cpatheq directive has occurred more than once. Only the
first definition has effect.