diff options
author | Stephen McCamant <smcc@mit.edu> | 2001-01-27 11:31:29 -0800 |
---|---|---|
committer | hv <hv@crypt.org> | 2002-08-12 11:44:06 +0000 |
commit | 75ea820e56eb2905cb7fed3312e2bd10c18778d5 (patch) | |
tree | 7615fba266fc055a3c58a7c5df535d7799e99e51 /op.c | |
parent | 0b7c7b4fb6ccb6a1032c282f90fca89d5d3dbb58 (diff) | |
download | perl-75ea820e56eb2905cb7fed3312e2bd10c18778d5.tar.gz |
Re: [PATCH@8545] [ID 20000808.005] OP_REFGEN as an lvalue
Message-ID: <14963.32943.102669.67625@soda.csua.berkeley.edu>
p4raw-id: //depot/perl@17717
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -1613,7 +1613,6 @@ Perl_mod(pTHX_ OP *o, I32 type) case OP_AASSIGN: case OP_NEXTSTATE: case OP_DBSTATE: - case OP_CHOMP: PL_modcount = RETURN_UNLIMITED_NUMBER; break; case OP_RV2SV: |