This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Make two functions for 5.005 backcompat MATHOMS
authorKarl Williamson <khw@cpan.org>
Wed, 11 May 2016 03:02:16 +0000 (21:02 -0600)
committerKarl Williamson <khw@cpan.org>
Fri, 13 May 2016 02:19:59 +0000 (20:19 -0600)
commit3d9637d600ac38511f9e25c1dc51d91ea4a3bf43
tree632d31e4b09ab7e8d869fefbaf5cc93b478f5a45
parent3f1866a8f6c7a9d70d0c8bb1b4f20d2db63756f1
Make two functions for 5.005 backcompat MATHOMS

The functions sv_setpviv() and sv_setpviv_mg() exist only for backcompat
with 5.005. (verified with Jarkko and Nicholas).  Make them compile only
when mathoms is present.  They can't be moved to mathoms.c because they
both call a static function visible only in sv.c.
embed.fnc
embed.h
proto.h
sv.c