[lxc-devel] [lxc/lxc] 98088c: Fix Lua 5.3 compatibility code.
GitHub
noreply at github.com
Mon May 11 18:09:56 UTC 2015
Branch: refs/heads/master
Home: https://github.com/lxc/lxc
Commit: 98088cfbeeb8fb7649a6882dbb32dd9bdcd87838
https://github.com/lxc/lxc/commit/98088cfbeeb8fb7649a6882dbb32dd9bdcd87838
Author: Thomas Moschny <thomas.moschny at gmx.de>
Date: 2015-04-26 (Sun, 26 Apr 2015)
Changed paths:
M src/lua-lxc/core.c
Log Message:
-----------
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 at gmx.de>
Commit: 6ad27c4282930c6fd003723d6e8a85d09dc44756
https://github.com/lxc/lxc/commit/6ad27c4282930c6fd003723d6e8a85d09dc44756
Author: Stéphane Graber <stgraber at stgraber.org>
Date: 2015-05-11 (Mon, 11 May 2015)
Changed paths:
M src/lua-lxc/core.c
Log Message:
-----------
Merge pull request #504 from thmo/lua53
Fix Lua 5.3 compatibility code.
Compare: https://github.com/lxc/lxc/compare/ae829be398c0...6ad27c428293
More information about the lxc-devel
mailing list