summaryrefslogtreecommitdiff
path: root/hv.h
diff options
context:
space:
mode:
authorNicholas Clark <nick@ccl4.org>2005-05-25 10:02:07 +0000
committerNicholas Clark <nick@ccl4.org>2005-05-25 10:02:07 +0000
commit209b62a30de35b357c434b3ec3b38cb713369ba5 (patch)
tree23c57970606b82a394779ae17043c9f003ab169e /hv.h
parentbbb077f89cfa51ef1f6ac455d149f566c51bbd2d (diff)
downloadperl-209b62a30de35b357c434b3ec3b38cb713369ba5.tar.gz
I think for now these have to be disabled by default.
p4raw-id: //depot/perl@24572
Diffstat (limited to 'hv.h')
-rw-r--r--hv.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/hv.h b/hv.h
index ddbdd80b06..d53bfaf807 100644
--- a/hv.h
+++ b/hv.h
@@ -63,7 +63,7 @@ struct xpvhv {
#define xhv_aux xnv_u.xnv_s.xnv_p1
#define xhv_keys xnv_u.xnv_s.xnv_u2.xnv_i2
-#if 0
+#if !defined(PERL_EXPERIMENTAL_LAYOUT)
typedef struct xpvhv xpvhv_allocated;
#else
typedef struct {