X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fwget.h;h=42964411bdd9c6dff2bbd777c686deb3b691bfd9;hp=a97bb5a2b8cf17453fa34f43820b7bf5c45d83a7;hb=f105b3e43fdcb59818ea353cebf1e2cb23016362;hpb=23cbd15095ea4a51c614b475a967ab7525bc5395 diff --git a/src/wget.h b/src/wget.h index a97bb5a2..42964411 100644 --- a/src/wget.h +++ b/src/wget.h @@ -224,7 +224,7 @@ char *xstrdup_debug PARAMS ((const char *, const char *, int)); /* [Is this weird hack really necessary on any compilers? No ANSI C compiler should complain about "extern const char *exec_name;" followed by "const char *exec_name;". Are we doing this for K&R compilers, or...?? - -- Dan Harkless ] */ + -- Dan Harkless ] */ #ifndef OPTIONS_DEFINED_HERE extern const char *exec_name; #endif