diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-09 23:41:01 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-04-09 23:41:01 +0000 |
commit | 1e2c6ed7b1d7c43be9a4422286be5333f4f3b7f8 (patch) | |
tree | ba0b412d4648f777cd8444a01d056e00d86358a3 /sv.h | |
parent | fcb875d4741190d167d6a2773683d7421a2a5279 (diff) | |
download | perl-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.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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. */ |