[svn] Undef U, W, C after use.

This commit is contained in:
hniksic 2003-09-16 18:59:46 -07:00
parent 83c6e8f96b
commit 4dcee39c88
2 changed files with 9 additions and 0 deletions

View 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

View File

@ -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