This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Change 27677 missed two direct accesses to op_private in COPs.
authorNicholas Clark <nick@ccl4.org>
Sun, 2 Apr 2006 20:27:24 +0000 (20:27 +0000)
committerNicholas Clark <nick@ccl4.org>
Sun, 2 Apr 2006 20:27:24 +0000 (20:27 +0000)
commita98fe34d09e2476f1a21bfb9dc730dc9ab02b0b4
tree82fd9ed46a504f5d4f07def11218e8e31deaaffe
parentdf4c34dc6f95fdf32fd0462242a4d4adc90fd779
Change 27677 missed two direct accesses to op_private in COPs.
I believe that all are now found, as redefining CopHINTS_get(c)
to (~(c)->op_private) (with corresponding changes to CopHINTS_set()
and the initialisation of PL_compiling) works.

p4raw-id: //depot/perl@27687
perl.h
pp_ctl.c
utf8.h