CVSROOT: /cvs Module name: src Changes by: mill...@cvs.openbsd.org 2014/01/08 15:30:32
Modified files: usr.bin/yacc : defs.h lr0.c main.c Log message: 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@