]> sjero.net Git - wget/blobdiff - src/hash.c
[svn] Undef xmalloc and friends before redefining them when standalone.
[wget] / src / hash.c
index 42159112d110f8a2d589a62d4548080f9bbc368c..45974dad0c72a700695486b133495fd3034019a7 100644 (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