]> git.proxmox.com Git - mirror_lxc.git/commit - src/lua-lxc/core.c
Fix Lua 5.3 compatibility code.
authorThomas Moschny <thomas.moschny@gmx.de>
Sun, 26 Apr 2015 21:25:59 +0000 (23:25 +0200)
committerThomas Moschny <thomas.moschny@gmx.de>
Sun, 26 Apr 2015 21:26:27 +0000 (23:26 +0200)
commit98088cfbeeb8fb7649a6882dbb32dd9bdcd87838
tree907b548abf287733b9d887dba1607aeca27b8845
parent83828d6770ff2a186a2f17cba8e8a15a4dfb8ca8
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