Re: lua: too many local variables
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua: too many local variables
 
- From: Bogdan Marinescu <bogdan.marinescu@...>
 
- Date: Wed, 4 May 2005 20:57:21 +0300
 
  Thanks :) Exactly when I found the bug myself, made
the exact same modification and prepared to post the fix on the list :)
Funny, I searched the mail list before posting this, but I coulnd't
find the posts you mentioned. Probably a query string issue.
  All the best,
  Bogdan
On 5/4/05, Mike Pall <mikelu-0505@mike.de> wrote:
Hi,
Bogdan Marinescu wrote:
> I managed to compile Lua 5.1 work4 for a 16-bit embedded target, but now I
> get the message indicated in the subject line everytime I try to run a file
> (source file) that has a local declaration somewhere inside it. As I'm not a
> Lua specialist, I have no idea where does this come from. I saw where it is
> generated in the source (lparser.c), yet I don't know the cause of the
> problem. The available memory should be a bit more than 320KB ...
Known bug: change USHRT_MAX in lparser.c to INT_MAX.
http://lua-users.org/lists/lua-l/2005-03/msg00092.html 
http://lua-users.org/lists/lua-l/2005-03/msg00093.html 
Bye,
   Mike
 -- 
Bogdan