diff options
author | Andy Lester <andy@petdance.com> | 2006-07-03 12:41:48 -0500 |
---|---|---|
committer | Rafael Garcia-Suarez <rgarciasuarez@gmail.com> | 2006-07-04 12:04:58 +0000 |
commit | 3469222433b317d18cea77514faabef96011806b (patch) | |
tree | 5a081057ad9a1c782d0a761684a2f3ad7e167273 /proto.h | |
parent | bbd11bfc71646921e3be8023a3989fb2a9921d80 (diff) | |
download | perl-3469222433b317d18cea77514faabef96011806b.tar.gz |
consting and localizing in universal.c
Message-ID: <20060703224148.GA14449@petdance.com>
p4raw-id: //depot/perl@28477
Diffstat (limited to 'proto.h')
-rw-r--r-- | proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4005,7 +4005,7 @@ STATIC void S_printbuf(pTHX_ const char* fmt, const char* s) #endif #if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT) -STATIC bool 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, const HV * const name_stash, int len, int level) __attribute__nonnull__(pTHX_2); #endif |