]> git.saurik.com Git - bison.git/blobdiff - tests/reduce.at
gnulib: update
[bison.git] / tests / reduce.at
index c5e4fda1ec6895fe2952219b5999bdb9d04ee572..7e4977a0ade60123ba123e6a8c13abc65e7ed968 100644 (file)
@@ -933,7 +933,7 @@ S: 'a' A 'a'
 A: 'a' 'a' B
  ;
 B: 'a'
- | %prec 'a'
+ | %empty %prec 'a'
  ;
 c: 'a' 'a' 'b'
  | A
@@ -1533,8 +1533,8 @@ a: 'a' ;
    and multiple reductions.  The first reduction has more lookaheads than the
    second, so the first should always be preferred as the default reduction if
    enabled.  The second reduction has one lookahead.  */
-b: ;
-c: ;
+b: %empty;
+c: %empty;
 ]],
 dnl Visit each state mentioned above.
 [['a', 'a']],