Copyright Digital Equipment Corp. All rights reserved.

NOTYPES

Message        Declaration has no type or storage class.

Description    A file-scope declaration contains no type and no
               storage-class specifier.  In some modes, the HP C
               compiler will treat this as a tentative definition of
               an int variable.  Accepting this declaration is an
               extension to standard C provided for compatibility
               with other compilers.

User Action    Rewrite the declaration to contain a data type and/or
               storage class.