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/c c_grammar.y,1.44,1.45


From: Rhys Weatherley <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/c c_grammar.y,1.44,1.45
Date: Wed, 12 Mar 2003 02:58:54 -0500

Update of /cvsroot/dotgnu-pnet/pnet/cscc/c
In directory subversions:/tmp/cvs-serv24546/cscc/c

Modified Files:
        c_grammar.y 
Log Message:


Allow struct's with no fields (Bug #2773).


Index: c_grammar.y
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/c/c_grammar.y,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -r1.44 -r1.45
*** c_grammar.y 12 Mar 2003 07:42:32 -0000      1.44
--- c_grammar.y 12 Mar 2003 07:58:52 -0000      1.45
***************
*** 1775,1779 ****
  
  StructDeclarationList
!       : StructDeclarationList2
        ;
  
--- 1775,1780 ----
  
  StructDeclarationList
!       : /* empty */
!       | StructDeclarationList2
        ;
  





reply via email to

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