]> sjero.net Git - wget/blobdiff - src/spider.c
Updated config.guess, config.sub, install.sh.
[wget] / src / spider.c
index 702540934b706d04d787a26289babcba329df1b3..98a296d4a54b9a97c0522f3ff8cfd368ff1efdd1 100644 (file)
@@ -27,8 +27,6 @@ Corresponding Source for a non-source form of such a combination
 shall include the source code for the parts of OpenSSL used as well
 as that of the covered work.  */
 
-#define USE_GNULIB_ALLOC
-
 #include "wget.h"
 
 #include <stdio.h>
@@ -87,7 +85,7 @@ print_broken_links (void)
   for (hash_table_iterate (nonexisting_urls_set, &iter);
        hash_table_iter_next (&iter); )
     {
-      struct url_list *list;
+      /* Struct url_list *list; */
       const char *url = (const char *) iter.key;
           
       logprintf (LOG_NOTQUIET, _("%s\n"), url);