Re: dofile() limits...
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: dofile() limits...
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: 2000年8月28日 21:03:35 -0300 (EST)
>From: Edgar Toernig <froese@gmx.de>
>> There are no limits on the number of times dofile may be executed.
>
>But maybe you get a C-stack overrun. do_file allocates char[MAXFILENAME]
>on the stack ...
Right. We'll try to correct this for 4.0b (and also closing files after
parsing and before execution).
--lhf