projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
5387ccf
)
temporary variable not wide enough to hold all the bits in
Gurusamy Sarathy [Fri, 26 Apr 2002 06:27:11 +0000 (06:27 +0000)]
op->op_targ
p4raw-id: //depot/perl@16180
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
f474031
..
4f84f9a
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-4241,7
+4241,7
@@
Perl_newFOROP(pTHX_ I32 flags,char *label,line_t forline,OP *sv,OP *expr,OP *blo
{
LOOP *loop;
OP *wop;
- int padoff = 0;
+ PADOFFSET padoff = 0;
I32 iterflags = 0;
if (sv) {