This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Cleanup the sv_gets() logic for platforms with small stacks.
authorJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Jul 2003 11:18:27 +0000 (11:18 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Tue, 29 Jul 2003 11:18:27 +0000 (11:18 +0000)
commit6edd2cd5e1bfb21f9c181908df9edd7f62fdb48c
tree36ebce1bbc83687e218f94c8dd2e4618eeafaebc
parent3ef4e56b52ca1f95412689fb3451a1e277520104
Cleanup the sv_gets() logic for platforms with small stacks.
(I think hogging 8K of stack sounds like bad behaviour on any
platform, big stack or not.)

p4raw-id: //depot/perl@20300
sv.c