a2ps-commit
[Top][All Lists]
Advanced

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

CVS: a2ps/src parsessh.y,1.2,1.3


From: Franck Lombardi <address@hidden>
Subject: CVS: a2ps/src parsessh.y,1.2,1.3
Date: Wed, 04 Sep 2002 05:26:57 -0400

Update of /cvsroot/a2ps/a2ps/src
In directory subversions:/tmp/cvs-serv1447/src

Modified Files:
        parsessh.y 
Log Message:
Remove parse error with bison 1.49b



Index: parsessh.y
===================================================================
RCS file: /cvsroot/a2ps/a2ps/src/parsessh.y,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** parsessh.y  22 Mar 2002 14:53:14 -0000      1.2
--- parsessh.y  4 Sep 2002 09:26:55 -0000       1.3
***************
*** 243,247 ****
  /************************************************************************/
  requirement :
!         tREQUIRES tA2PS tSTRING { $$ = $3 ; } ;
        | tREQUIRES tA2PS tVERSION tSTRING { $$ = $4 ; } ;
  
--- 243,247 ----
  /************************************************************************/
  requirement :
!         tREQUIRES tA2PS tSTRING { $$ = $3 ; }
        | tREQUIRES tA2PS tVERSION tSTRING { $$ = $4 ; } ;
  
***************
*** 268,272 ****
  
  version :
!         tVERSION tIS tSTRING  { $$ = $3 ; };
        | tVERSION tSTRING      { $$ = $2 ; };
  
--- 268,272 ----
  
  version :
!         tVERSION tIS tSTRING  { $$ = $3 ; }
        | tVERSION tSTRING      { $$ = $2 ; };
  
***************
*** 718,722 ****
          $$ = words_new ("Closing: Strings", "Closing: Regexps", 2, 2);
          words_add_regex ($$, $1);
!       };
        | tCLOSERS operators_def tCLOSERS
        {
--- 718,722 ----
          $$ = words_new ("Closing: Strings", "Closing: Regexps", 2, 2);
          words_add_regex ($$, $1);
!       }
        | tCLOSERS operators_def tCLOSERS
        {





reply via email to

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