CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/01/13 16:14:18
Modified files: usr.bin/yacc : lr0.c mkpar.c Log message: 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