summaryrefslogtreecommitdiff
path: root/proto.h
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 /proto.h
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 'proto.h')
-rw-r--r--proto.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 1e42b7f914..b84c40901f 100644
--- a/proto.h
+++ b/proto.h
@@ -3904,7 +3904,7 @@ STATIC int S_tokereport(pTHX_ I32 rv);
#endif
#if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT)
-STATIC SV* S_isa_lookup(pTHX_ HV *stash, const char *name, HV *name_stash, int len, int level)
+STATIC bool S_isa_lookup(pTHX_ HV *stash, const char *name, HV *name_stash, int len, int level)
__attribute__nonnull__(pTHX_2);
#endif