From 3469222433b317d18cea77514faabef96011806b Mon Sep 17 00:00:00 2001 From: Andy Lester Date: Mon, 3 Jul 2006 12:41:48 -0500 Subject: consting and localizing in universal.c Message-ID: <20060703224148.GA14449@petdance.com> p4raw-id: //depot/perl@28477 --- embed.fnc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'embed.fnc') diff --git a/embed.fnc b/embed.fnc index 4f21c27dfa..c965b1ae0a 100644 --- a/embed.fnc +++ b/embed.fnc @@ -1476,7 +1476,7 @@ s |void |printbuf |NN const char* fmt|NN const char* s #endif #if defined(PERL_IN_UNIVERSAL_C) || defined(PERL_DECL_PROT) -s |bool|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 const HV * const name_stash|int len|int level #endif #if defined(PERL_IN_LOCALE_C) || defined(PERL_DECL_PROT) -- cgit v1.2.1