Use size_t and void with memory allocation in ego.
authorGeorge Koehler <xkernigh@netscape.net>
Wed, 15 Nov 2017 01:35:18 +0000 (20:35 -0500)
committerGeorge Koehler <xkernigh@netscape.net>
Wed, 15 Nov 2017 01:35:18 +0000 (20:35 -0500)
commit5bbbaf4919d2b7dd518af4bbc7b19792fac92117
treeebefd6d49e74ac79d35033818a62de6b238af3d4
parent87a23150375e30b8ecacea364ab369029d04e8a7
Use size_t and void with memory allocation in ego.

alloc.h now needs to #include <stdlib.h> to find type size_t and
function free().
util/ego/cs/cs_alloc.c
util/ego/cs/cs_alloc.h
util/ego/share/alloc.c
util/ego/share/alloc.h