K 10 svn:author V 6 jbeich K 8 svn:date V 27 2015-04-29T13:53:26.051359Z K 7 svn:log V 604 devel/onscripter: unbreak build against lang/lua53 LUAHandler.cpp:207:15: error: use of undeclared identifier 'luaL_checkint'; did you mean 'luaL_checkany'? int no = luaL_checkint( state, 1 ); ^~~~~~~~~~~~~ luaL_checkany /usr/local/include/lua53/lauxlib.h:52:18: note: 'luaL_checkany' declared here LUALIB_API void (luaL_checkany) (lua_State *L, int arg); ^ LUAHandler.cpp:207:9: error: cannot initialize a variable of type 'int' with an rvalue of type 'void' int no = luaL_checkint( state, 1 ); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~ END