[krbdev.mit.edu #7923] x-deltat.y is not compatible with bison 3

Greg Hudson via RT rt-comment at krbdev.mit.edu
Wed May 28 12:43:46 EDT 2014


bison 3 removes support for YYLEX_PARAM and YYPARSE_PARAM, which we use 
in x-deltat.y.  We are supposed to use %lex-param and %parse-param 
instead.

bison also warns about %pure_parser, saying we should use %pure-parser 
instead.  %pure-parser is itself documented as deprecated; the modern 
idiom actually seems to be "%define api.pure".



More information about the krb5-bugs mailing list