Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to add
authorNicholas Clark <nick@ccl4.org>
Mon, 27 Oct 2008 21:43:01 +0000 (21:43 +0000)
committerNicholas Clark <nick@ccl4.org>
Mon, 27 Oct 2008 21:43:01 +0000 (21:43 +0000)
commit8f629a87fe8f340f7e1d3258b7972985953c03fc
tree7079e335067e52d1040e411696f4743270b3a832
parent4a4ab19ce26e87d2090eef975921267c418d3b87
Convert all (CV *) casts to (const CV *). Convert (XPVCV*) casts to add
MUTABLE_PTR(), to validate that there is no casting away of const.

p4raw-id: //depot/perl@34610
cop.h
cv.h