diff options
author | Father Chrysostomos <sprout@cpan.org> | 2012-07-25 18:00:34 -0700 |
---|---|---|
committer | Father Chrysostomos <sprout@cpan.org> | 2012-07-25 18:00:34 -0700 |
commit | 8777c9be0f45ac3c917698c1afb18e1e8507a188 (patch) | |
tree | a6e62978e1c3e5e88e8d808f8011c3b4a97e3022 /opcode.h | |
parent | c9df4fdaad9f9103ff3855e035e9eefd94acd65c (diff) | |
download | perl-8777c9be0f45ac3c917698c1afb18e1e8507a188.tar.gz |
Merge ck_trunc and ck_chdir
ck_chdir, added in 2006 (d4ac975e) duplicates ck_trunc, added in
1993 (79072805), except for a null op check which is harmless when
applied to chdir.
Diffstat (limited to 'opcode.h')
-rw-r--r-- | opcode.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1596,7 +1596,7 @@ EXT Perl_check_t PL_check[] /* or perlvars.h */ Perl_ck_ftst, /* fttty */ Perl_ck_ftst, /* fttext */ Perl_ck_ftst, /* ftbinary */ - Perl_ck_chdir, /* chdir */ + Perl_ck_trunc, /* chdir */ Perl_ck_fun, /* chown */ Perl_ck_fun, /* chroot */ Perl_ck_fun, /* unlink */ |