This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
PerlIO_printf() does not take aTHX_ as an argument
authorYves Orton <demerphq@gmail.com>
Wed, 19 Oct 2016 15:25:40 +0000 (17:25 +0200)
committerYves Orton <demerphq@gmail.com>
Wed, 19 Oct 2016 15:25:40 +0000 (17:25 +0200)
commit889458f14071a618cdc0fb519092327c4d5f5f61
treeaf07066fdcb769420040aa6dea7b894d6eb5ccb7
parent13627b93c0f303e40235c233fdd0341ed68ecdb9
PerlIO_printf() does not take aTHX_ as an argument

and if you use it, you can build fine on unthreaded perl, but
threaded will blow up. Sigh.
regexec.c