[krbdev.mit.edu #8927] git commit
"Greg Hudson via RT" <[email protected]>
| Newsgroups | gmane.comp.encryption.kerberos.bugs |
|---|---|
| Message-ID | <[email protected]> |
<URL: https://krbdev.mit.edu/rt/Ticket/Display.html?id=8927 > Fix token and type declarations in getdate.y Bison 3.5 adds a POSIX yacc compliance warning that %type should only be applied to non-terminals. Use %token for terminals in getdate.y. Reported by Norm Green. https://github.com/krb5/krb5/commit/d3356bc42191c1896ab06835a2fb245e00471420 Author: Greg Hudson <[email protected]> Commit: d3356bc42191c1896ab06835a2fb245e00471420 Branch: master src/kadmin/cli/getdate.y | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-)