summaryrefslogtreecommitdiff
path: root/op.c
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-03-04 04:13:23 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-03-04 04:13:23 +0000
commit7766148a84514045e76c63eb79dcff7b7c84702d (patch)
treec4d892677955e05b7bafaf58ec3cb45320623385 /op.c
parent89b8affaa500ec6c1699f1c161be0e130b1eb79f (diff)
downloadperl-7766148a84514045e76c63eb79dcff7b7c84702d.tar.gz
[win32] missing s/op/o/ from one of the mainpatches
p4raw-id: //depot/win32/perl@727
Diffstat (limited to 'op.c')
-rw-r--r--op.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/op.c b/op.c
index b07c9ae310..e30e874117 100644
--- a/op.c
+++ b/op.c
@@ -1400,7 +1400,7 @@ my(OP *o)
for (kid = cLISTOPo->op_first; kid; kid = kid->op_sibling)
my(kid);
} else if (type == OP_UNDEF) {
- return op;
+ return o;
} else if (type != OP_PADSV &&
type != OP_PADAV &&
type != OP_PADHV &&
@@ -4743,7 +4743,7 @@ peep(register OP *o)
goto nothin;
case OP_NULL:
if (o->op_targ == OP_NEXTSTATE || o->op_targ == OP_DBSTATE)
- curcop = ((COP*)op);
+ curcop = ((COP*)o);
goto nothin;
case OP_SCALAR:
case OP_LINESEQ: