diff options
Diffstat (limited to 'perlio.c')
-rw-r--r-- | perlio.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -426,7 +426,7 @@ PerlIO_list_push(PerlIO_list_t *list,PerlIO_funcs *funcs,SV *arg) void -PerlIO_cleanup_layers(pTHXo_ void *data) +PerlIO_cleanup_layers(pTHX_ void *data) { #if 0 PerlIO_known_layers = Nullhv; |