dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_grammar.y,1.39,1.40


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/csharp cs_grammar.y,1.39,1.40
Date: Wed, 04 Dec 2002 13:30:10 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/csharp
In directory subversions:/tmp/cvs-serv19179/cscc/csharp

Modified Files:
        cs_grammar.y 
Log Message:
fix the empty arrayinit issue


Index: cs_grammar.y
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/csharp/cs_grammar.y,v
retrieving revision 1.39
retrieving revision 1.40
diff -C2 -r1.39 -r1.40
*** cs_grammar.y        21 Nov 2002 00:05:25 -0000      1.39
--- cs_grammar.y        4 Dec 2002 18:30:08 -0000       1.40
***************
*** 1779,1783 ****
  
  OptVariableInitializerList
!       : /* empty */                           { $$ = 0; }
        | VariableInitializerList       { $$ = $1; }
        ;
--- 1779,1783 ----
  
  OptVariableInitializerList
!       : /* empty */                           { $$ = ILNode_List_create(); }
        | VariableInitializerList       { $$ = $1; }
        ;





reply via email to

[Prev in Thread] Current Thread [Next in Thread]