diff options
author | Rick Delaney <rick@consumercontact.com> | 2008-01-09 08:36:55 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2008-01-11 10:42:13 +0000 |
commit | 52b4506763c1e322f848f17908bebdf7672f168e (patch) | |
tree | 50379905e343a88fea99bebab56c5148b688f0e3 /perl.h | |
parent | 4b48cf39454aea22003054f8b0a85963f328fe30 (diff) | |
download | perl-52b4506763c1e322f848f17908bebdf7672f168e.tar.gz |
Re: [perl #49564] Re: MRO and av_clear
Message-ID: <20080109183655.GB11282@bort.ca>
p4raw-id: //depot/perl@32948
Diffstat (limited to 'perl.h')
-rw-r--r-- | perl.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4903,7 +4903,7 @@ MGVTBL_SET( 0, MEMBER_TO_FPTR(Perl_magic_setisa), 0, - MEMBER_TO_FPTR(Perl_magic_setisa), + MEMBER_TO_FPTR(Perl_magic_clearisa), 0, 0, 0, |