/sys$common/syshlp/helplib.hlb CC, Messages, SIGNEDMEMBER *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message <Context> Compaq C recognizes the standard C keyword "signed" in member declarations. The VAX C compiler does not and would treat the member as unsigned. Description VAX C does not recognize the "signed" keyword in a member declaration. VAX C will treat the member as an unsigned type. Compaq C will recognize the keyword and declare the member as a signed type. User Action Be aware of this difference if you plan to compile the source with VAX C.
|