sv.c: Remove aTHX from croak_no_modify call
authorFather Chrysostomos <sprout@cpan.org>
Wed, 21 Nov 2012 17:25:41 +0000 (09:25 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 21 Nov 2012 17:25:41 +0000 (09:25 -0800)
commita1cb46099467792c14d13a5d8389d2afd950b2b7
treebda96f3544dc370dd4710a5dc710e46368315bc3
parentf6f93f805953c20dfcbe8940e84850dfe58ce0ef
sv.c: Remove aTHX from croak_no_modify call

This only applied to PERL_OLD_COPY_ON_WRITE.  Commit e3918bb703c
introduced this.  That commit was written before croak_no_modify
lost its aTHX, but was not merged till after that.  I missed this
when rebasing.
sv.c