Re: csh: remove macros xmalloc,xcalloc,xreallocarray

2018-09-17 Thread Todd C. Miller
On Mon, 17 Sep 2018 23:55:32 +0800, Michael Mikonos wrote: > In csh(1) the functions Malloc(), Calloc() & Reallocarray() > are always called via the macros (which don't really do anything). > This patch renames the functions and deletes the macros. > Does this look OK? OK millert@ - todd

csh: remove macros xmalloc,xcalloc,xreallocarray

2018-09-17 Thread Michael Mikonos
Hello, In csh(1) the functions Malloc(), Calloc() & Reallocarray() are always called via the macros (which don't really do anything). This patch renames the functions and deletes the macros. Does this look OK? - Michael Index: csh.h