All uses of XCALLOC, XMALLOC, and XREALLOC changed to use new macros
authorPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:45:04 +0000 (04:45 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Fri, 13 Dec 2002 04:45:04 +0000 (04:45 +0000)
commitbb7c2bc6236c317205e0dc3323633f1d3cee2c49
tree259a03d06c5a9b5155bbd1c5c440fc84a0152c9f
parenteb0ca72d8e509b0b52d4d97ea663b268821a7fc2
All uses of XCALLOC, XMALLOC, and XREALLOC changed to use new macros
CALLOC, MALLOC, REALLOC.  All uses of XFREE changed to free.

Don't subtract from the value that malloc returns; it's not portable.
src/closure.c