summaryrefslogtreecommitdiffstats
path: root/src/lib/krb5/os/sendto_kdc.c
diff options
context:
space:
mode:
authorGreg Hudson <ghudson@mit.edu>2014-05-29 12:54:50 -0400
committerGreg Hudson <ghudson@mit.edu>2014-06-01 00:39:35 -0400
commitca8207d5ab5482e6d09a52bdb8b139cb5a28a95d (patch)
tree79eccdc2c09a0a15b2a17c799e87fbf66b019add /src/lib/krb5/os/sendto_kdc.c
parent26a43afbc214e8d24cf261f245007192eccb7ed5 (diff)
downloadkrb5-ca8207d5ab5482e6d09a52bdb8b139cb5a28a95d.tar.gz
krb5-ca8207d5ab5482e6d09a52bdb8b139cb5a28a95d.tar.xz
krb5-ca8207d5ab5482e6d09a52bdb8b139cb5a28a95d.zip
Make x-deltat.y work with bison 3
Bison 3 removed support for YYPARSE_PARAM and YYLEX_PARAM, breaking x-deltat.y. Use %parse-param and %lex-param instead. (In Bison 3 we could use just %param, but that doesn't work in 2.x.) The parameter added by %parse-param is also passed to yyerror, so adjust the macro we use to suppress yyerror accordingly. Also use "%define api.pure" instead of "%pure_parser", which was deprecated in bison 2.3b. (The correct spelling was actually "%pure-parser", and bison 3 generates a warning about the underscore spelling.) Regenerate deltat.c using the new x-deltat.y and bison 3.0.2. ticket: 7923
Diffstat (limited to 'src/lib/krb5/os/sendto_kdc.c')
0 files changed, 0 insertions, 0 deletions