Change 29860 by [EMAIL PROTECTED] on 2007/01/17 22:08:43
Remove the new assertion integrated from blead. It might just not be
safe.
Affected files ...
... //depot/maint-5.8/perl/sv.c#287 edit
Differences ...
==== //depot/maint-5.8/perl/sv.c#287 (text) ====
Index: perl/sv.c
--- perl/sv.c#286~29859~ 2007-01-17 14:07:40.000000000 -0800
+++ perl/sv.c 2007-01-17 14:08:43.000000000 -0800
@@ -2382,7 +2382,7 @@
Gconvert(SvNVX(sv), NV_DIG, 0, tbuf);
len = strlen(tbuf);
}
- assert(!SvROK(sv));
+
{
#ifdef FIXNEGATIVEZERO
End of Patch.