Patch from Valdimir to reduce stack usage, since recursive_action
authorEric Andersen <andersen@codepoet.org>
Tue, 10 Apr 2001 17:53:49 +0000 (17:53 -0000)
committerEric Andersen <andersen@codepoet.org>
Tue, 10 Apr 2001 17:53:49 +0000 (17:53 -0000)
commitfd402941a7612b5254a65edfedc074d66da3883a
tree0d5f6f8c802c203543c43b6b4887c8f1130a534b
parent4e853560f5c4b240be7562530b53851e2c7a246f
Patch from Valdimir to reduce stack usage, since recursive_action
is (as the name implies) is recursive, reducing stack memory usage
is important to avoid exhausting available stack memory.
libbb/recursive_action.c