]> git.ipfire.org Git - thirdparty/krb5.git/commit
Fix token and type declarations in getdate.y 1096/head
authorGreg Hudson <ghudson@mit.edu>
Tue, 21 Jul 2020 05:41:21 +0000 (01:41 -0400)
committerGreg Hudson <ghudson@mit.edu>
Wed, 22 Jul 2020 21:09:17 +0000 (17:09 -0400)
commitd3356bc42191c1896ab06835a2fb245e00471420
treeaf7952495fb8cb2be03e9c4c616108d28c5ee5b1
parentbe5396ada0e8dabd68bd0aceb733cfca39a609bc
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.

ticket: 8927
src/kadmin/cli/getdate.y