summaryrefslogtreecommitdiff
path: root/opcode.h
diff options
context:
space:
mode:
authorFather Chrysostomos <sprout@cpan.org>2012-07-25 18:00:34 -0700
committerFather Chrysostomos <sprout@cpan.org>2012-07-25 18:00:34 -0700
commit8777c9be0f45ac3c917698c1afb18e1e8507a188 (patch)
treea6e62978e1c3e5e88e8d808f8011c3b4a97e3022 /opcode.h
parentc9df4fdaad9f9103ff3855e035e9eefd94acd65c (diff)
downloadperl-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.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/opcode.h b/opcode.h
index 2c7db8383a..10dc22a6e0 100644
--- a/opcode.h
+++ b/opcode.h
@@ -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 */