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/java java_grammar.y,1.1,1.2


From: Gopal.V <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnet/cscc/java java_grammar.y,1.1,1.2
Date: Mon, 23 Jun 2003 14:59:30 -0400

Update of /cvsroot/dotgnu-pnet/pnet/cscc/java
In directory subversions:/tmp/cvs-serv15055/cscc/java

Modified Files:
        java_grammar.y 
Log Message:
Fix Bison 1.75 error


Index: java_grammar.y
===================================================================
RCS file: /cvsroot/dotgnu-pnet/pnet/cscc/java/java_grammar.y,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -r1.1 -r1.2
*** java_grammar.y      17 May 2003 07:04:35 -0000      1.1
--- java_grammar.y      23 Jun 2003 18:59:28 -0000      1.2
***************
*** 572,576 ****
  
  ImportDeclarationZeroOrMore
!       : /* empty */
        | ImportDeclarationZeroOrMore ImportDeclaration
        ;
--- 572,576 ----
  
  ImportDeclarationZeroOrMore
!       : /* empty */ {}
        | ImportDeclarationZeroOrMore ImportDeclaration
        ;
***************
*** 712,715 ****
--- 712,716 ----
        : Type  { $$ = $1; }
        | TypeList ',' Type     { MakeBinary(ArgList, $1, $3); }
+       ;
  
  Type





reply via email to

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