mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Undef xmalloc and friends before redefining them when standalone.
This commit is contained in:
parent
8c4cd805e2
commit
22240955e6
@ -30,6 +30,10 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
|
|||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
|
|
||||||
#ifdef STANDALONE
|
#ifdef STANDALONE
|
||||||
|
# undef xmalloc
|
||||||
|
# undef xrealloc
|
||||||
|
# undef xfree
|
||||||
|
|
||||||
# define xmalloc malloc
|
# define xmalloc malloc
|
||||||
# define xrealloc realloc
|
# define xrealloc realloc
|
||||||
# define xfree free
|
# define xfree free
|
||||||
|
Loading…
Reference in New Issue
Block a user