change 32961, and I thought that it was the right thing, but I guess
not. It should have read like this.
p4raw-id: //depot/perl@32962
assert(SvTYPE(thwape) == SVt_REGEXP); \
&SvANY(thwape)->subbeg; \
}))
-# define RX_SUBBEG(prog) \
+# define RX_OFFS(prog) \
(*({ \
REGEXP *const thwape = (prog); \
assert(SvTYPE(thwape) == SVt_REGEXP); \
- &SvANY(thwape)->subbeg; \
+ &SvANY(thwape)->offs; \
}))
# define RX_NPARENS(prog) \
(*({ \