fix getc() to return empty string instead of undef on eof, as it was
authorGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Jul 1998 22:11:21 +0000 (22:11 +0000)
committerGurusamy Sarathy <gsar@cpan.org>
Sun, 5 Jul 1998 22:11:21 +0000 (22:11 +0000)
commit0ce625782f64de805c21893bca308710ed297c68
treebbb7692429e788be5e4821bed9a5c35c3666599e
parent76287dce09265df293372ba2775a5b0e95359fbe
fix getc() to return empty string instead of undef on eof, as it was
documented to behave; still returns undef on error

p4raw-id: //depot/perl@1327
pp_sys.c