Copyright Digital Equipment Corp. All rights reserved.

NEEDLVALUE

Message        <Context> "<expression>" is not an lvalue, but occurs
               in a context that requires one.

Description    An expression that must be an lvalue was not an
               lvalue.  For example, the operand of the address-of
               operator must be an lvalue.

User Action    Modify the expression so that it is an lvalue.