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 /opcode.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 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1744,7 +1744,7 @@ EXT U32 PL_opargs[] = { 0x0001368c, /* readlink */ 0x0012291c, /* mkdir */ 0x0001379c, /* rmdir */ - 0x0122c814, /* open_dir */ + 0x0002c814, /* open_dir */ 0x0000d600, /* readdir */ 0x0000d60c, /* telldir */ 0x0002c804, /* seekdir */ |