diff options
author | Nicholas Clark <nick@ccl4.org> | 2006-12-28 22:03:56 +0000 |
---|---|---|
committer | Nicholas Clark <nick@ccl4.org> | 2006-12-28 22:03:56 +0000 |
commit | 931b58fb28fa5ca73161678109fa052134ce70b3 (patch) | |
tree | 8004f3e51a25abd506469fa31b10c2d84baab689 /op.c | |
parent | 6c5e080d01cb781ede98cb40c5af749e9d939e17 (diff) | |
download | perl-931b58fb28fa5ca73161678109fa052134ce70b3.tar.gz |
Move PAD_COMPNAME_GEN from SvCUR to SvUVX.
p4raw-id: //depot/perl@29632
Diffstat (limited to 'op.c')
-rw-r--r-- | op.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3818,7 +3818,7 @@ Perl_newASSIGNOP(pTHX_ I32 flags, OP *left, I32 optype, OP *right) * that value, we know we've got commonality. We could use a * single bit marker, but then we'd have to make 2 passes, first * to clear the flag, then to test and set it. To find somewhere - * to store these values, evil chicanery is done with SvCUR(). + * to store these values, evil chicanery is done with SvUVX(). */ { |