]> sjero.net Git - wget/commitdiff
[svn] Undef xmalloc and friends before redefining them when standalone.
authorhniksic <devnull@localhost>
Sat, 31 Mar 2001 05:07:10 +0000 (21:07 -0800)
committerhniksic <devnull@localhost>
Sat, 31 Mar 2001 05:07:10 +0000 (21:07 -0800)
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