luainstance: make the type of table_key.code explicitly clear

Origin commit data
------------------
Commit: 32d3a82efc
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
parent 8601c64ae6
commit 2eeff52f67

View File

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