[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Lua 5.1 (beta) now available
- From: David Burgess <dburgess@...>
- Date: Wed, 2 Nov 2005 09:09:10 +1100
I think there is a problem with lauxlib.c and the unguarded use of luaL_getn.
i.e.
luaL_getn can be removed with
#if defined(LUA_COMPAT_GETN)
DB