diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-01 15:21:23 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-01 15:21:23 +0000 |
commit | 22718ec591ad56c1828d29d3898b65d15a5a7700 (patch) | |
tree | f3c1c4dbdd2610a69b337e1878eca0e2711a27c0 /hv.h | |
parent | 05619474c45b1f1e16eb70c1d9f8b991a7ad459a (diff) | |
download | perl-22718ec591ad56c1828d29d3898b65d15a5a7700.tar.gz |
mod_perl2 will require access to the Plan C hashing function.
p4raw-id: //depot/perl@21607
Diffstat (limited to 'hv.h')
-rw-r--r-- | hv.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; \ |