This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Fix case where ungetc(f,EOF) was allowed.
authorNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 5 Nov 2000 10:10:13 +0000 (10:10 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Sun, 5 Nov 2000 10:10:13 +0000 (10:10 +0000)
commit313ca112ae76354c03e7aff0a3e35062e8173ef0
tree83564b8f185ac9d7c4899f20da503f3f624a11d2
parent15f50066a1fb35c138155dedebfa60ca1617ef38
Fix case where ungetc(f,EOF) was allowed.
Move PerlIO_ungetc() near PerlIO_putc()/PerlIO_getc() in the file
so we can see similarities.
Use types more carefully and a STDCHAR array in hope that this will
fix Jarrko's 64bit machine.

p4raw-id: //depot/perlio@7554
perlio.c