This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Refactor S_utf16_textfilter() to use a second SV for the UTF-16 input.
authorNicholas Clark <nick@ccl4.org>
Wed, 21 Oct 2009 19:28:36 +0000 (20:28 +0100)
committerNicholas Clark <nick@ccl4.org>
Wed, 21 Oct 2009 20:53:12 +0000 (21:53 +0100)
commit2a773401c9513390fb5c5052085181dd7bea39e1
tree78ad1a4e80e0352ae2295a54c12a7a6890095241
parentcbc1fc82d0122a787bd36a9859ec1a21fe883045
Refactor S_utf16_textfilter() to use a second SV for the UTF-16 input.

Re-use the same SV for each call. Store it in IoTOP_GV(filter).
toke.c