[krbdev.mit.edu #8927] git commit
    Greg Hudson via RT 
    rt at krbdev.mit.edu
       
    Wed Jul 22 17:44:10 EDT 2020
    
    
  
<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 <ghudson at mit.edu>
Commit: d3356bc42191c1896ab06835a2fb245e00471420
Branch: master
 src/kadmin/cli/getdate.y |   10 ++++------
 1 files changed, 4 insertions(+), 6 deletions(-)
    
    
More information about the krb5-bugs
mailing list