From d4ac975eac140a6fda54f99664f15120fd97e7be Mon Sep 17 00:00:00 2001 From: Gisle Aas Date: Tue, 7 Feb 2006 17:32:50 +0000 Subject: Allow bareword file handle as argument to chdir(). This copies the mechanism used by truncate(). Fixes bug #38457. p4raw-id: //depot/perl@27125 --- pp_proto.h | 1 + 1 file changed, 1 insertion(+) (limited to 'pp_proto.h') diff --git a/pp_proto.h b/pp_proto.h index a64e335f61..1a368cdf5c 100644 --- a/pp_proto.h +++ b/pp_proto.h @@ -6,6 +6,7 @@ PERL_CKDEF(Perl_ck_anoncode) PERL_CKDEF(Perl_ck_bitop) +PERL_CKDEF(Perl_ck_chdir) PERL_CKDEF(Perl_ck_concat) PERL_CKDEF(Perl_ck_defined) PERL_CKDEF(Perl_ck_delete) -- cgit v1.2.1