This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sizeof(const SV *) is the same as sizeof(SV *), except that it doesn't
authorNicholas Clark <nick@ccl4.org>
Fri, 31 Oct 2008 07:34:02 +0000 (07:34 +0000)
committerNicholas Clark <nick@ccl4.org>
Fri, 31 Oct 2008 07:34:02 +0000 (07:34 +0000)
commit260890edab60aa2cfcb8de6aa9ee77abafa96e24
treedd72404639016745f5c57b97a7a9acfe402eeb59
parentb7e2d8c7ee3fc7b6a5f72d396258e399e0b648e6
sizeof(const SV *) is the same as sizeof(SV *), except that it doesn't
match my regexp for non-const casts.

p4raw-id: //depot/perl@34677
av.c