| VMS Help CC, Messages, FUNCSTORMOD *Conan The Librarian | 
 Message        <Context> a function cannot have this storage class
                modifier.  Modifier ignored.
 Description    A function cannot be declared with this storage class
                modifier.  The only valid storage class modifier for
                a function declaration is __inline.  The modifier is
                ignored by the compiler.
 User Action    Remove the storage class modifier from the function
                declaration.
|  |