This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
sv_buf_to_rw can be static
authorFather Chrysostomos <sprout@cpan.org>
Fri, 17 Jan 2014 14:30:57 +0000 (06:30 -0800)
committerFather Chrysostomos <sprout@cpan.org>
Fri, 17 Jan 2014 14:30:57 +0000 (06:30 -0800)
commit1620d8059f41c65bdf4dbde03f1b3c0d4cf41233
tree33a958c60af0d024ea716d39e27267a7a4acc6ec
parent60175f94ae4d64a920f29b11a9ba63fa99210cd7
sv_buf_to_rw can be static

sv_buf_to_ro needs to be non-static because op.c uses it, but
sv_buf_to_rw is only called from sv.c.
embed.fnc
embed.h
proto.h
sv.c