This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Move S_CvDEPTHp from cv.h to inline.h; shrink macros
authorFather Chrysostomos <sprout@cpan.org>
Sat, 18 Aug 2012 20:16:31 +0000 (13:16 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Tue, 21 Aug 2012 23:38:35 +0000 (16:38 -0700)
commit1afe1db112afcab7a87a011bd5c02cf0cc8ea95c
tree063b55c2d87b8b5f6961fc63f69c2e9c812ac60d
parent541377b1bd73cdee43dd47958251827cfdc59320
Move S_CvDEPTHp from cv.h to inline.h; shrink macros

This allows us to use assert() inside S_CvDEPTHp, so we no longer need
GCC and non-GCC variants of the macro that calls it.
cv.h
inline.h