To the cpio maintainers,
It seem that the new cpio 2.11 has a change in
gnu/getdate.c and is not compatible with bison 1.2.8.
nova-zuffenhausen:165> which bison
/router/bin/bison
nova-zuffenhausen:166> /router/bin/bison --version GNU Bison version
1.28 nova-zuffenhausen:167> pwd /users/merblich/cpio.test/gnu
nova-zuffenhausen:164> bison getdate.y
getdate.y:278: unrecognized: %parse_param
getdate.y:278: Skipping to next %
getdate.y:279: unrecognized: %lex_param
getdate.y:279: Skipping to next %
Thus, I am looking for a quick change to the getdate.y file that
removes the two new keywords parse-param and lex-param.
%pure-parser
%parse-param { parser_control *pc }
%lex-param { parser_control *pc }
Thank you,
Mitchell Erblich