luainstance: make the type of table_key.code explicitly clear

Origin commit data
------------------
Commit: 2cd5aa4b1f
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2014-01-23 (Thu, 23 Jan 2014)
This commit is contained in:
Stefan Seyfried
2014-01-23 14:55:43 +01:00
committed by Jacek Jendrzej
parent c0b3b45caf
commit 2a83c16c65

View File

@@ -39,7 +39,7 @@
struct table_key { struct table_key {
const char *name; const char *name;
long code; lua_Integer code;
}; };
struct lua_envexport { struct lua_envexport {