X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=sv.h;h=6bf7817cda22a8dfb0016f769b4d952c3e4209a6;hb=c73bb82c00a639630ef310b1ac1d896f5afcedab;hp=693cc3268a360c0f40ab8f41257c616ce26c4cec;hpb=e3b8966e2a0e0357b86674327ee528dbb5f122a6;p=p5sagit%2Fp5-mst-13.2.git diff --git a/sv.h b/sv.h index 693cc32..6bf7817 100644 --- a/sv.h +++ b/sv.h @@ -74,10 +74,6 @@ struct io { #ifdef USE_THREADS -# ifndef EMULATE_ATOMIC_REFCOUNTS -# include "atomic.h" -# endif - # ifdef EMULATE_ATOMIC_REFCOUNTS # define ATOMIC_INC(count) STMT_START { \ MUTEX_LOCK(&svref_mutex); \ @@ -199,6 +195,7 @@ struct xpvnv { double xnv_nv; /* numeric value, if any */ }; +/* These structure must match the beginning of struct xpvhv in hv.h. */ struct xpvmg { char * xpv_pv; /* pointer to malloced string */ STRLEN xpv_cur; /* length of xpv_pv as a C string */