lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> I tried to compile in the TinyCC compiler, and it gave me an error on
> line 495 of ldo.c.

This has been reported before:
	http://lua-users.org/lists/lua-l/2006-09/msg00120.html

and a patch for tcc has been made.

We have fixed the Lua sources to avoid that construction.
--lhf