luainstance: make the type of table_key.code explicitly clear

This commit is contained in:
Stefan Seyfried
2014-01-23 14:55:43 +01:00
committed by Jacek Jendrzej
parent 116065f7ac
commit 2cd5aa4b1f

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 {