diff options
author | Michael G. Schwern <schwern@pobox.com> | 2002-01-21 10:16:42 -0500 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2002-01-23 14:17:52 +0000 |
commit | 301daebccb7cf8ef4420fe0ae3cdddd299f11568 (patch) | |
tree | 6925d913db3736972e5e2609e0ce031fa8012baa /embed.fnc | |
parent | d9984052ba632ec50d14b1afa97960143b6781f2 (diff) | |
download | perl-301daebccb7cf8ef4420fe0ae3cdddd299f11568.tar.gz |
Re: bless() bug ? Why fails reblessing of 'main::Object' to 'Object' ?
Message-ID: <20020121201642.GA6659@blackrider>
p4raw-id: //depot/perl@14385
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1287,7 +1287,7 @@ s |I32 |cr_textfilter |int idx|SV *sv|int maxlen #endif #if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT) -s |SV*|isa_lookup |HV *stash|const char *name|int len|int level +s |SV*|isa_lookup |HV *stash|const char *name|HV *name_stash|int len|int level #endif #if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT) |