diff options
author | Andy Lester <andy@petdance.com> | 2006-03-17 18:28:45 -0600 |
---|---|---|
committer | Steve Peters <steve@fisharerojo.org> | 2006-03-19 16:38:11 +0000 |
commit | a9ec700ee9a7d3c376e5e0364a53953654bcc8ea (patch) | |
tree | f54462e8b3f4392acb6a8bb19603ad7c6db372a0 /embed.fnc | |
parent | abc0156ba8cc024916c0d1e664c4488f0cbc55c8 (diff) | |
download | perl-a9ec700ee9a7d3c376e5e0364a53953654bcc8ea.tar.gz |
Change the semantics of S_isa_lookup
Message-ID: <20060318062845.GA11607@petdance.com>
p4raw-id: //depot/perl@27542
Diffstat (limited to 'embed.fnc')
-rw-r--r-- | embed.fnc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1431,7 +1431,7 @@ s |int |tokereport |I32 rv #endif #if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT) -s |SV*|isa_lookup |NULLOK HV *stash|NN const char *name|NULLOK HV *name_stash|int len|int level +s |bool|isa_lookup |NULLOK HV *stash|NN const char *name|NULLOK HV *name_stash|int len|int level #endif #if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT) |