Re: lua_insert and lua_remove missing
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: lua_insert and lua_remove missing
- From: "Christian N." <cn00@...>
- Date: 2016年3月14日 09:36:34 +0100
On 2016年03月14日 09:34 +0100, Karl Karpfen wrote:
Hi,
I just updated from Lua 5.2 to 5.3 using the prebuilt Windows binaries
that are provided on sf.net <http://sf.net>. Now my linker complains it
can't find functions lua_insert() and lua_remove(). Do they have changed
in an incompatible way? Or what could be the reason for this?
Thanks
Karl
They are now defined as preprocessor-macros (in terms of lua_rotate).