This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Add a Configure test to see if NV 0.0 is stored as all bits zero, and
[perl5.git] / av.h
diff --git a/av.h b/av.h
index 9ed171d..83a93cf 100644 (file)
--- a/av.h
+++ b/av.h
@@ -21,7 +21,7 @@ struct xpvav {
     HV*                xmg_stash;      /* class package */
 };
 
-#if !defined(PERL_EXPERIMENTAL_LAYOUT)
+#if 0
 typedef struct xpvav xpvav_allocated;
 #else
 typedef struct {