From: Stephen McCamant Date: Thu, 25 Jan 2001 01:17:21 +0000 (-0800) Subject: [ID 20000808.005] OP_REFGEN as an lvalue X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=d0c7df7ae7de8e316035b19ba75e607dc20f238b;p=p5sagit%2Fp5-mst-13.2.git [ID 20000808.005] OP_REFGEN as an lvalue Message-ID: <14959.59703.507462.978833@soda.csua.berkeley.edu> p4raw-id: //depot/perl@8563 --- diff --git a/op.c b/op.c index 6729ca0..95a72fc 100644 --- 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;