Make allocate() take size_t and return void *. This lets us drop
authormillert <millert@openbsd.org>
Wed, 8 Jan 2014 22:30:32 +0000 (22:30 +0000)
committermillert <millert@openbsd.org>
Wed, 8 Jan 2014 22:30:32 +0000 (22:30 +0000)
commit07d3058c2b8ee0e092c9cce25e035c6571288f3e
treec036a47ee7cacfc0d07e0a835f67d258622899a5
parent842d3fbe19e95c966c479160a7a48b06d6e8789b
Make allocate() take size_t and return void *.  This lets us drop
some more useless casts.  Also add missing arguments to a couple
of prototypes while here.  OK matthew@ pelikan@
usr.bin/yacc/defs.h
usr.bin/yacc/lr0.c
usr.bin/yacc/main.c