This is a probably broken version of build.py

This commit is contained in:
2026-02-11 13:21:42 -05:00
parent 159e97d5bb
commit 6e1248e3b8
6 changed files with 34 additions and 26 deletions

View File

@@ -317,7 +317,6 @@ LUA_API lua_Alloc (lua_getallocf) (lua_State *L, void **ud);
LUA_API void (lua_setallocf) (lua_State *L, lua_Alloc f, void *ud);
LUA_API int (lua_nkeys) (lua_State *L, int idx);
LUA_API int (lua_nthkey) (lua_State *L, int idx, int n);
/*
** ===============================================================