summaryrefslogtreecommitdiff
path: root/embed.fnc
diff options
context:
space:
mode:
authorAndy Lester <andy@petdance.com>2006-03-17 18:28:45 -0600
committerSteve Peters <steve@fisharerojo.org>2006-03-19 16:38:11 +0000
commita9ec700ee9a7d3c376e5e0364a53953654bcc8ea (patch)
treef54462e8b3f4392acb6a8bb19603ad7c6db372a0 /embed.fnc
parentabc0156ba8cc024916c0d1e664c4488f0cbc55c8 (diff)
downloadperl-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.fnc2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed.fnc b/embed.fnc
index 7dbdd58e9e..46ccb40f39 100644
--- a/embed.fnc
+++ b/embed.fnc
@@ -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)