[svn] Undef xmalloc and friends before redefining them when standalone.

This commit is contained in:
hniksic 2001-03-30 21:07:10 -08:00
parent 8c4cd805e2
commit 22240955e6
1 changed files with 4 additions and 0 deletions

View File

@ -30,6 +30,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include "hash.h"
#ifdef STANDALONE
# undef xmalloc
# undef xrealloc
# undef xfree
# define xmalloc malloc
# define xrealloc realloc
# define xfree free