Home | History | Annotate | Line # | Download | only in btyacc
      1 YACC: w - line 64 of "./err_inherit3.y", number of arguments of namelist doesn't agree with previous declaration
      2 YACC: w - line 64 of "./err_inherit3.y", wrong number of arguments for namelist
      3 namelist: namelist($c) NAME
      4                        ^
      5 YACC: w - line 64 of "./err_inherit3.y", unknown argument $c
      6 YACC: w - line 64 of "./err_inherit3.y", untyped argument $c
      7 YACC: w - line 65 of "./err_inherit3.y", unknown argument $t
      8 	    { $$->s = mksymbol($<tval>t, $<cval>c, $2);
      9 	                       ^
     10 YACC: w - line 65 of "./err_inherit3.y", unknown argument $c
     11 	    { $$->s = mksymbol($<tval>t, $<cval>c, $2);
     12 	                                 ^
     13 YACC: w - line 69 of "./err_inherit3.y", unknown argument $t
     14 	    { $$->s = mksymbol($t, $c, $1);
     15 	                         ^
     16 YACC: w - line 69 of "./err_inherit3.y", untyped argument $t
     17 YACC: w - line 69 of "./err_inherit3.y", unknown argument $c
     18 	    { $$->s = mksymbol($t, $c, $1);
     19 	                             ^
     20 YACC: w - line 69 of "./err_inherit3.y", untyped argument $c
     21 YACC: w - line 0 of "./err_inherit3.y", start symbol declaration requires arguments
     22 YACC: 1 rule never reduced
     23 YACC: 3 shift/reduce conflicts.
     24