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