This is the fourth in a series of patches designed to remove warnings from
the compilation of Perl on FreeBSD-CURRENT, last updated Jun 19, 2001.
Applying this patch resolves an unused my_perl warning during compilation;
apparently dTHX is not necessary to this function.
All tests passed.
R.
--- perlio.c~ Sat Jul 28 23:34:18 2001
+++ perlio.c Sat Jul 28 23:34:04 2001
@@ -407,7 +407,6 @@
void
PerlIO_list_push(PerlIO_list_t *list,PerlIO_funcs *funcs,SV *arg)
{
- dTHX;
PerlIO_pair_t *p;
if (list->cur >= list->len)
{
Thread Next