Home | History | Annotate | Line # | Download | only in btyacc
      1 YACC: w - line 32 of "./err_inherit4.y", destructor redeclared
      2 %destructor	{
      3            	^
      4 YACC: w - line 77 of "./err_inherit4.y", wrong number of default arguments for namelist
      5 	{ $$ = $1; @$ = @2; }
      6 	^
      7 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 2 to namelist
      8 	{ $$ = $1; @$ = @2; }
      9 	^
     10 YACC: w - line 77 of "./err_inherit4.y", wrong type for default argument 1 to namelist
     11 	{ $$ = $1; @$ = @2; }
     12 	^
     13 YACC: w - line 77 of "./err_inherit4.y", @2 references beyond the end of the current rule
     14