summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2003-11-01 15:35:16 +0000
committerNicholas Clark <nick@ccl4.org>2003-11-01 15:35:16 +0000
commit206fefa7754ca9d0836f235a85c77b370c21ca6f (patch)
tree47d763745db513b3247f463c43d152ecdad83c47
parentb9bd2e23284af05e6bcba61eefcc45b5761a0407 (diff)
downloadperl-206fefa7754ca9d0836f235a85c77b370c21ca6f.tar.gz
Integrate:
[ 21607] mod_perl2 will require access to the Plan C hashing function. p4raw-link: @21607 on //depot/perl: 22718ec591ad56c1828d29d3898b65d15a5a7700 p4raw-id: //depot/maint-5.8/perl@21608 p4raw-integrated: from //depot/perl@21606 'copy in' hv.h (@21535..)
-rw-r--r--hv.h2
1 files changed, 1 insertions, 1 deletions
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; \