]> git.ipfire.org Git - thirdparty/lxc.git/commit
Fix Lua 5.3 compatibility code.
authorThomas Moschny <thomas.moschny@gmx.de>
Sun, 26 Apr 2015 21:25:59 +0000 (23:25 +0200)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 14 Aug 2015 17:06:39 +0000 (13:06 -0400)
commit4b217ee0d52d9e801b891da610f25de4da5a8641
treebc0f9c6906282cd3eac0205c6d70c123375f70cf
parentd5cd100bf4b2fe901dc5979e8c92b147f6049e7f
Fix Lua 5.3 compatibility code.

If Lua 5.3 is compiled with LUA_COMPAT_5_2 defined, the
luaL_checkunsigned compatibility macro is already defined
in lauxlib.h.

Signed-off-by: Thomas Moschny <thomas.moschny@gmx.de>
src/lua-lxc/core.c