This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv.c:S_curse: move assertions to make them useful
authorFather Chrysostomos <sprout@cpan.org>
Fri, 23 Nov 2012 03:18:57 +0000 (19:18 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 23 Nov 2012 20:26:41 +0000 (12:26 -0800)
commitb99c9e9a2fb2fff6d70f66d59c376cf258e2c047
treef2a0fcf0408a8069e2dd165521d1b83a73f68107
parent4b748257c65d0cf78771db569a081f98eb77c7fa
sv.c:S_curse: move assertions to make them useful

I added these when debugging something, and decided to keep them, as
they could be useful.  So I committed them as 14eebc59.

But now I realise that they are quite useless where they are, as a
program will crash before the failed assertions are reached.
sv.c