Change 16180 by gsar@zinc-gsar on 2002/04/26 06:27:11
temporary variable not wide enough to hold all the bits in
op->op_targ
Affected files ...
.... //depot/perl/op.c#499 edit
Differences ...
==== //depot/perl/op.c#499 (text) ====
Index: perl/op.c
--- perl/op.c.~1~ Fri Apr 26 00:30:05 2002
+++ perl/op.c Fri Apr 26 00:30:05 2002
@@ -4241,7 +4241,7 @@
{
LOOP *loop;
OP *wop;
- int padoff = 0;
+ PADOFFSET padoff = 0;
I32 iterflags = 0;
if (sv) {
End of Patch.
