--- /opt/cvs/dotgnu/pnet/cscc/csharp/cs_lvalue.tc Sat Aug 3 08:45:02 2002 +++ /tmp/dotgnu/pnet/cscc/csharp/cs_lvalue.tc Tue Aug 13 00:04:54 2002 @@ -1159,8 +1159,8 @@ else { /* No indexers are defined for this type */ - CCErrorOnLine(yygetfilename(node->array), yygetlinenum(node->array), - "array or indexed value expected"); + CCErrorOnLine(yygetfilename(node), yygetlinenum(node), + "array or indexed value expected"); value.kind = CS_SEMKIND_LVALUE; value.type = ILType_Int32; }