pad.c:cv_clone: add assertions
authorFather Chrysostomos <sprout@cpan.org>
Sun, 5 Aug 2012 00:54:32 +0000 (17:54 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 5 Aug 2012 00:54:32 +0000 (17:54 -0700)
commitf91073d438e1f6952add377836e416c47505261f
treef094e467ae98a680cbbfb1c9759ec571dd5555b7
parentcae5dbbe30ba4a96ff5e570be0d90779f06fee71
pad.c:cv_clone: add assertions

The outer sub should always be active and have a pad if it is
a sub that is being cloned.  Only formats can have an inactive or
padless outside.  Add assertions to that effect.
pad.c