From: Nicholas Clark Date: Sat, 1 Nov 2003 15:21:23 +0000 (+0000) Subject: mod_perl2 will require access to the Plan C hashing function. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=22718ec591ad56c1828d29d3898b65d15a5a7700;p=p5sagit%2Fp5-mst-13.2.git mod_perl2 will require access to the Plan C hashing function. p4raw-id: //depot/perl@21607 --- diff --git a/hv.h b/hv.h index 5f83440..ee6d192 100644 --- a/hv.h +++ b/hv.h @@ -89,7 +89,7 @@ struct xpvhv { (hash) = (hash_PeRlHaSh + (hash_PeRlHaSh << 15)); \ } STMT_END -#ifdef PERL_IN_HV_C +#if defined (PERL_IN_HV_C) || defined (MOD_PERL) #define PERL_HASH_INTERNAL(hash,str,len) \ STMT_START { \ register const char *s_PeRlHaSh_tmp = str; \