Callers of get_state() and sole_reduction() always store the result
authormillert <millert@openbsd.org>
Mon, 13 Jan 2014 23:14:17 +0000 (23:14 +0000)
committermillert <millert@openbsd.org>
Mon, 13 Jan 2014 23:14:17 +0000 (23:14 +0000)
commit591b535253617ccb156f574e49b272550e11fcc4
tree2db6cc4a842db96e54cc18f4d5ef3d6e08f117c2
parentb9e83c60a4e56c6dd88dea22c5646807d7f38c48
Callers of get_state() and sole_reduction() always store the result
as a short so make the return value match the type of the value we
are returning.  From Michael W. Bombardieri
usr.bin/yacc/lr0.c
usr.bin/yacc/mkpar.c