From 22718ec591ad56c1828d29d3898b65d15a5a7700 Mon Sep 17 00:00:00 2001 From: Nicholas Clark Date: Sat, 1 Nov 2003 15:21:23 +0000 Subject: mod_perl2 will require access to the Plan C hashing function. p4raw-id: //depot/perl@21607 --- hv.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'hv.h') diff --git a/hv.h b/hv.h index 5f8344004d..ee6d192175 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; \ -- cgit v1.2.1