This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
newSVpvf_nocontext only visible with threads, fix for non-threaded
authorTony Cook <tony@develop-help.com>
Mon, 10 Jan 2011 07:50:59 +0000 (18:50 +1100)
committerTony Cook <tony@develop-help.com>
Mon, 10 Jan 2011 07:50:59 +0000 (18:50 +1100)
commit111d382d531b38ae57c1b946e9ab48608cf58309
tree36b7467ae618032129eb998995b454067d206a58
parentf9bc8ed7687bd5303177a45afd26267824bd2ea5
newSVpvf_nocontext only visible with threads, fix for non-threaded

Ideally it would be available, calling Perl_newSVpvf_nocontext
directly is an alternative, but the comment in sv.c makes that
questionable.

Since the function being called from already has a context, use it.
utf8.c