/sys$common/syshlp/helplib.hlb CC, Messages, MODSTORCLS *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message Storage class modifier noshare has no meaning with this storage class. Modifier is ignored. Description The storage class modifier noshare is only valid for variables with a storage class of static, extern, or globaldef. It is ignored for other storage classes. User Action Remove the noshare storage class modifier.
|