diff options
author | Nicholas Clark <nick@ccl4.org> | 2003-11-03 07:04:36 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2003-11-03 07:04:36 +0000 |
commit | 3d78eb94aeaaf5a3811e34e1c8c1a6e2f8c3f636 (patch) | |
tree | 848dbbdbf1429269182c5c800fe1fdae62852aa7 /hv.c | |
parent | 008fb0c0b128e68050936412d62bf4def14fc864 (diff) | |
download | perl-3d78eb94aeaaf5a3811e34e1c8c1a6e2f8c3f636.tar.gz |
Stas would prefer not to have MOD_PERL defines in perl.
p4raw-id: //depot/perl@21639
Diffstat (limited to 'hv.c')
-rw-r--r-- | hv.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -18,6 +18,7 @@ #include "EXTERN.h" #define PERL_IN_HV_C +#define PERL_HASH_INTERNAL_ACCESS #include "perl.h" #define HV_MAX_LENGTH_BEFORE_SPLIT 14 |