From e13cc14a618a1ba817f8d667ea333133028f7e47 Mon Sep 17 00:00:00 2001 From: ame Date: Tue, 25 Nov 2025 03:44:22 -0600 Subject: more consistent locals, better test printing --- src/lua.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/lua.h') diff --git a/src/lua.h b/src/lua.h index 1ae8820..cfff148 100644 --- a/src/lua.h +++ b/src/lua.h @@ -114,6 +114,8 @@ int writer(lua_State*, const void*, size_t, void*); #define lua_gc(A, B) lua_gc(A, B, 0) #elif LUA_VERSION_NUM == 501 + #define LUA_OK 0 + #define luaL_tolstring lua_tolstring #define lua_dump(A, B, C, D) lua_dump(A, B, C) -- cgit v1.2.3