Copyright Digital Equipment Corp. All rights reserved.

GBLREFINIT

Message        The declaration of "<name>" specifies the globalref
               storage class and includes an initializer.

Description    A declaration with storage class globalref cannot
               include an initializer.

User Action    Either remove the initializer or use a storage class
               that will allow an initializer.