Copyright Digital Equipment Corp. All rights reserved.

INLINESTOCLSMOD

Message        The <__inline or __forceinline> storage class
               modifier is a language extension and might not be
               portable.

Description    The __inline and __forceinline storage class
               modifiers are an extension of HP C.  Other C
               compilers might not successfully compile a program
               that uses the extension.

User Action    Be aware of this extension if you wish to port the
               code.