]> sjero.net Git - wget/commitdiff
[svn] Undef U, W, C after use.
authorhniksic <devnull@localhost>
Wed, 17 Sep 2003 01:59:46 +0000 (18:59 -0700)
committerhniksic <devnull@localhost>
Wed, 17 Sep 2003 01:59:46 +0000 (18:59 -0700)
src/ChangeLog
src/url.c

index 027e1ff87c7a96b3580bbab70557d4ee68ea3724..02db34a7669b063d60bf35310cb12f76f3461150 100644 (file)
@@ -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>
 
        * init.c (cmd_spec_restrict_file_names): Allow the OS setting to
index 307da8d572c42a0e053d2a87c285a6406afd1a3a..c50bcacd5b0c4e12d9f0d1a2b8b4a45bef120383 100644 (file)
--- a/src/url.c
+++ b/src/url.c
@@ -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,
 };
+#undef U
+#undef W
+#undef C
+#undef UW
+#undef UWC
 
 /* 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