mirror of
https://github.com/moparisthebest/wget
synced 2024-07-03 16:38:41 -04:00
[svn] Undef U, W, C after use.
This commit is contained in:
parent
83c6e8f96b
commit
4dcee39c88
@ -1,3 +1,7 @@
|
|||||||
|
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
|
* url.c: Undef U, W, C after use.
|
||||||
|
|
||||||
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
|
2003-09-17 Hrvoje Niksic <hniksic@xemacs.org>
|
||||||
|
|
||||||
* init.c (cmd_spec_restrict_file_names): Allow the OS setting to
|
* init.c (cmd_spec_restrict_file_names): Allow the OS setting to
|
||||||
|
@ -1530,6 +1530,11 @@ UWC, C, C, C, C, C, C, C, /* NUL SOH STX ETX EOT ENQ ACK BEL */
|
|||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0,
|
||||||
};
|
};
|
||||||
|
#undef U
|
||||||
|
#undef W
|
||||||
|
#undef C
|
||||||
|
#undef UW
|
||||||
|
#undef UWC
|
||||||
|
|
||||||
/* FN_PORT_SEP is the separator between host and port in file names
|
/* FN_PORT_SEP is the separator between host and port in file names
|
||||||
for non-standard port numbers. On Unix this is normally ':', as in
|
for non-standard port numbers. On Unix this is normally ':', as in
|
||||||
|
Loading…
x
Reference in New Issue
Block a user