summaryrefslogtreecommitdiff
path: root/sv.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2002-04-09 23:41:01 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2002-04-09 23:41:01 +0000
commit1e2c6ed7b1d7c43be9a4422286be5333f4f3b7f8 (patch)
treeba0b412d4648f777cd8444a01d056e00d86358a3 /sv.h
parentfcb875d4741190d167d6a2773683d7421a2a5279 (diff)
downloadperl-1e2c6ed7b1d7c43be9a4422286be5333f4f3b7f8.tar.gz
Retract the UTF-8 filenames patch. This may be
better dealt with in Perl level, a la File::Spec (since the whole mess is strongly filesystem-specific). p4raw-id: //depot/perl@15835
Diffstat (limited to 'sv.h')
-rw-r--r--sv.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sv.h b/sv.h
index 7a13905765..92dec20a73 100644
--- a/sv.h
+++ b/sv.h
@@ -407,7 +407,6 @@ struct xpvio {
#define IOf_UNTAINT 16 /* consider this fp (and its data) "safe" */
#define IOf_NOLINE 32 /* slurped a pseudo-line from empty file */
#define IOf_FAKE_DIRP 64 /* xio_dirp is fake (source filters kludge) */
-#define IOf_DIR_UTF8 128 /* readdir tries to return utf8 */
/* The following macros define implementation-independent predicates on SVs. */