David Edmondson Wed, 10 Oct 2001 06:58:19 -0700
Hello, I had to do the following to get wget to compile on ppc-apple-darwin
diff src/html-parse.c ../wget-1.7.fixed/src/html-parse.c 435c435 < assert (ch == '\'' || ch == '"'); --- > assert (ch == '\'' || ch == '\"'); Regards, Dave