This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix thinko in perlsdio.h.
authorCraig A. Berry <craigberry@mac.com>
Thu, 16 Jul 2015 11:34:42 +0000 (06:34 -0500)
committerCraig A. Berry <craigberry@mac.com>
Thu, 16 Jul 2015 22:48:50 +0000 (17:48 -0500)
commit9b1753cf7072d34b7e4bd1ea60369cbaf80e6152
tree9247a5ca3fcea9311887300337d604de4acb0b2f
parent0d610ac116dfe1f7752682b7e30e8019569d8adb
Fix thinko in perlsdio.h.

In 04ce8649990 I inadvertently created conflicting definitions for
PerlIO_ungetc on the non-VMS branch of an #ifdef.  This broke a
NetWare build that was still based on the stdio layer.  See
<http://nntp.perl.org/group/perl.perl5.porters/228427>.  Even
though stdio is no longer supported, we really ought to ship
something that compiles up until the point where we remove it,
which will hopefully be soon for perlsdio.h.

N.B.  This commit is not sufficient to get stdio as the base
layer working again.  Notably XS::APITest is broken for unrelated
reasons.
perlsdio.h