diff options
author | Gurusamy Sarathy <gsar@cpan.org> | 2002-06-20 02:33:49 +0000 |
---|---|---|
committer | Gurusamy Sarathy <gsar@cpan.org> | 2002-06-20 02:33:49 +0000 |
commit | abfa77597965253f42b77750617c689ea465ff7d (patch) | |
tree | 4d8d93495dfe5c6207c23910d8311b79573d2cab /makedef.pl | |
parent | 6d40167621925b3e6ee89773cf75c1bb79880d06 (diff) | |
download | perl-abfa77597965253f42b77750617c689ea465ff7d.tar.gz |
missing export for PerlIO_pop (used in PerlIO::Via now)
p4raw-id: //depot/perl@17317
Diffstat (limited to 'makedef.pl')
-rw-r--r-- | makedef.pl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/makedef.pl b/makedef.pl index e8122145bf..9b1f9773c0 100644 --- a/makedef.pl +++ b/makedef.pl @@ -771,6 +771,7 @@ my @layer_syms = qw( PerlIO_apply_layera PerlIO_pending PerlIO_push + PerlIO_pop PerlIO_sv_dup PerlIO_perlio |