In perl.git, the branch blead has been updated <http://perl5.git.perl.org/perl.git/commitdiff/8da0169c5cf5e6fd8ad2fceb04286b6a44ca381d?hp=8a6542892669e70338f76b473a75d868fdca453b>
- Log ----------------------------------------------------------------- commit 8da0169c5cf5e6fd8ad2fceb04286b6a44ca381d Author: Christian Millour <[email protected]> Date: Fri Dec 20 18:25:27 2013 +0100 suppress duplicate line in perliol.h ----------------------------------------------------------------------- Summary of changes: perliol.h | 1 - 1 file changed, 1 deletion(-) diff --git a/perliol.h b/perliol.h index 82a3840..6c1235d 100644 --- a/perliol.h +++ b/perliol.h @@ -215,7 +215,6 @@ PERL_EXPORT_C SSize_t PerlIOCrlf_get_cnt(pTHX_ PerlIO *f); PERL_EXPORT_C IV PerlIOCrlf_pushed(pTHX_ PerlIO *f, const char *mode, SV *arg, PerlIO_funcs *tab); PERL_EXPORT_C void PerlIOCrlf_set_ptrcnt(pTHX_ PerlIO *f, STDCHAR * ptr, SSize_t cnt); PERL_EXPORT_C SSize_t PerlIOCrlf_unread(pTHX_ PerlIO *f, const void *vbuf, Size_t count); -PERL_EXPORT_C SSize_t PerlIOCrlf_unread(pTHX_ PerlIO *f, const void *vbuf, Size_t count); PERL_EXPORT_C SSize_t PerlIOCrlf_write(pTHX_ PerlIO *f, const void *vbuf, Size_t count); /* Pending */ -- Perl5 Master Repository
