Better documentation of the object-oriented-lua patch, and removal of an unused patch from lua

This commit is contained in:
2026-03-11 04:00:16 -04:00
parent 9fa6bd4bb6
commit d5fb9cd224
6 changed files with 407 additions and 88 deletions

View File

@@ -178,9 +178,6 @@ LUA_API void *(lua_touserdata) (lua_State *L, int idx);
LUA_API lua_State *(lua_tothread) (lua_State *L, int idx);
LUA_API const void *(lua_topointer) (lua_State *L, int idx);
LUA_API lua_Integer (lua_getnextid) (lua_State *L);
LUA_API void (lua_setnextid) (lua_State *L, lua_Integer id);
/*
** Comparison and arithmetic functions
*/