[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: lua: constant table overflow
- From: lhf@... (Luiz Henrique de Figueiredo)
- Date: Sun, 10 Jan 1999 16:42:27 -0200 (EDT)
>In a particularly large animation script (1845206 bytes)
>lua gives me the following message before exiting w/o executing:
>
>dilbert:maze2> mkmz
>before exit, input =maze2-olua.lua
>Active Stack:
> function dofile [in file (C)]
> main of mz2-defs.lua
nao entendi? qual erro deu? "before exit, input =maze2-olua.lua" me parece
mensagem sua, nao?
>Is there a limit on the size of files to be used as a
>'dofile'?
nao tem, mas da' erro para arquivos com muitas linhas (mais de 65000) se
$debug estiver ligao. mas da' erro explicito.
--lhf