[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: RE: [ANN] Lua 5.3.0 (rc4) now available
- From: "Charles Melice" <3d@...>
- Date: Tue, 6 Jan 2015 18:17:45 +0100
> -----Message d'origine-----
[...]
> A few things have changed since beta that we'd like to test in the wild.
As a note, I see 'k, m = collectgarbage("count")' now returns only one
value, but this difference is not mentioned in '§ 8.1 ? Changes in the
Language'.
This RC4 version compiled and tested successfully in my application (MSVC VC
2010 64 bits.)
#define LUA_COMPAT_MODULE
#define LUA_USE_WINDOWS
#define LUA_NOCVTN2S
#define LUA_NOCVTS2N
-- Charles