This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
op.c: Refactor calls to bad_type_sv
authorFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 13:49:17 +0000 (06:49 -0700)
committerFather Chrysostomos <sprout@cpan.org>
Sun, 23 Jun 2013 13:52:47 +0000 (06:52 -0700)
commit7b3b090481956031f1fcd4f2190cb437c9bbe815
tree3e9deea7256a4c70ea0b95a1d5d65b2013269745
parent017c5e4e9b62adc664bb68e00c066f64cd8bc760
op.c: Refactor calls to bad_type_sv

Every single caller passes gv_ename(namegv), so make it accept a GV
instead and have *it* call gv_ename(namegv).
embed.fnc
embed.h
op.c
proto.h