Index: cscc/csharp/cs_oper.tc =================================================================== RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_oper.tc,v retrieving revision 1.50 diff -u -r1.50 cs_oper.tc --- cscc/csharp/cs_oper.tc 19 Jul 2004 15:30:58 -0000 1.50 +++ cscc/csharp/cs_oper.tc 29 Dec 2004 18:03:22 -0000 @@ -1592,7 +1592,7 @@ /* Determine if the sub-expression evaluates to a constant */ if(!CSSemIsConstant(value) || CSSemIsDynConstant(value)) { - CCErrorOnLine(yygetfilename(node), yygetlinenum(node), + CCWarningOnLine(yygetfilename(node), yygetlinenum(node), "constant value required"); if(!CSSemIsValue(value)) { @@ -1662,7 +1662,7 @@ /* Determine if the sub-expression evaluates to a constant */ if(!CSSemIsConstant(value) || CSSemIsDynConstant(value)) { - CCErrorOnLine(yygetfilename(node), yygetlinenum(node), + CCWarningOnLine(yygetfilename(node), yygetlinenum(node), "constant value required"); if(!CSSemIsValue(value)) {