]> CyberLeo.Net >> Repos - FreeBSD/releng/10.3.git/blob - contrib/byacc/test/btyacc/err_inherit4.error
- Copy stable/10@296371 to releng/10.3 in preparation for 10.3-RC1
[FreeBSD/releng/10.3.git] / contrib / byacc / test / btyacc / err_inherit4.error
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