perl 5.003_04: perlio.c
authorPerl 5 Porters <perl5-porters@africa.nicoh.com>
Thu, 29 Aug 1996 10:27:29 +0000 (10:27 +0000)
committerAndy Dougherty <doughera@lafcol.lafayette.edu>
Thu, 29 Aug 1996 10:27:29 +0000 (10:27 +0000)
commitc411622ed1115558a052ffa629b6bd710abfef5c
tree668056310b0be1571ce0c2d227c46d4e410590a6
parent5ae7bdf7abb6651ff52ed1bd203856fc5886c039
perl 5.003_04: perlio.c

Removes an incorrect prototype for setlinebuf from
perlio.c because it conflicts with the correct declaration in
MachTen's stdio.h (and possibly other stdio's as well).

Secondly, the code in perlio.c is not handling the (!PERLIO_IS_STDIO &
HAS_F[GS]ETPOS) case.  The patch fixes this omission (in a rather lumpen
manner).  I don't think this should affect platforms which try to hack a
different path through the #ifdef forest, but this assertion would benefit
from testing...

Dominic Dunlop
perlio.c