projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
998054b
)
[ID 20000808.005] OP_REFGEN as an lvalue
Stephen McCamant [Thu, 25 Jan 2001 01:17:21 +0000 (17:17 -0800)]
Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu>
p4raw-id: //depot/perl@8563
op.c
patch
|
blob
|
blame
|
history
diff --git
a/op.c
b/op.c
index
6729ca0
..
95a72fc
100644
(file)
--- a/
op.c
+++ b/
op.c
@@
-1568,7
+1568,6
@@
Perl_mod(pTHX_ OP *o, I32 type)
case OP_AASSIGN:
case OP_NEXTSTATE:
case OP_DBSTATE:
- case OP_REFGEN:
case OP_CHOMP:
PL_modcount = RETURN_UNLIMITED_NUMBER;
break;