This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: One less func call for newXS
authorFather Chrysostomos <sprout@cpan.org>
Wed, 23 May 2012 03:46:52 +0000 (20:46 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Wed, 23 May 2012 07:56:10 +0000 (00:56 -0700)
commitce9f52adaabc1b017e07815147af86476576e92d
tree266d3b9f22173fea4c1ae475b52eb450fe4ddd39
parentf7051f2c7bdf0cbc642f2904d5bf8e9e35fdcb3a
op.c: One less func call for newXS

newXS calls newXS_flags, which calls newXS_len_flags.  This commit
makes newXS call the underlying function directly.
op.c