VMS Help CC, Messages, BLOCKINL *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Message Block level declarations of inline functions are not allowed. Description In C99 standard, block level declaration of inline functions are prohibited. User Action Move the inline function declaration to file scope.
|