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 /proto.h | |
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 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |