We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80f24f4 commit b6f991fCopy full SHA for b6f991f
dist/Storable/Storable.xs
@@ -2616,8 +2616,6 @@ static int store_scalar(pTHX_ stcxt_t *cxt, SV *sv)
2616
2617
#ifdef SvVOK
2618
if ((vstr_pv = SvVSTRING(sv, vstr_len))) {
2619
- /* The macro passes this by address, not value, and a lot of
2620
- called code assumes that it's 32 bits without checking. */
2621
/* we no longer accept vstrings over I32_SIZE-1, so don't emit
2622
them, also, older Storables handle them badly.
2623
*/
0 commit comments