From a9ec700ee9a7d3c376e5e0364a53953654bcc8ea Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Fri, 17 Mar 2006 18:28:45 -0600 Subject: Change the semantics of S_isa_lookup Message-ID: <20060318062845.GA11607@petdance.com> p4raw-id: //depot/perl@27542 --- proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'proto.h') 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 -- cgit v1.2.1