MIME-Version: 1.0 X-RT-Interface: API Subject: git commit From: ghudson@mit.edu Content-Transfer-Encoding: binary X-Mailer: MIME-tools 5.507 (Entity 5.507) Content-Disposition: inline Content-Type: text/plain; charset="utf-8" X-RT-Original-Encoding: ascii RT-Message-ID: Content-Length: 484 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 Commit: d3356bc42191c1896ab06835a2fb245e00471420 Branch: master src/kadmin/cli/getdate.y | 10 ++++------ 1 files changed, 4 insertions(+), 6 deletions(-)