bug-cpio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug-cpio] Need change in getdate.y : cpio 2.11 has a new getdate.y that


From: Mitchell Erblich -X (merblich - ASICSoft at Cisco)
Subject: [Bug-cpio] Need change in getdate.y : cpio 2.11 has a new getdate.y that errors with bison 1.2.8
Date: Thu, 2 Jun 2011 17:00:00 -0500

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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]