From 76daa16a7b433c868bd485c477fd5b1cab587010 Mon Sep 17 00:00:00 2001 From: iceman1001 Date: Sun, 4 Feb 2024 11:34:24 +0100 Subject: [PATCH] back port https://github.com/lua/lua/commit/7ea44b56a883857dc7ba28bd99406491034e254c --- client/deps/liblua/lua.h | 2 +- client/deps/liblua/luaconf.h | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/client/deps/liblua/lua.h b/client/deps/liblua/lua.h index 1f0e8913b..7ea82c57a 100644 --- a/client/deps/liblua/lua.h +++ b/client/deps/liblua/lua.h @@ -19,7 +19,7 @@ #define LUA_VERSION_MAJOR "5" #define LUA_VERSION_MINOR "2" #define LUA_VERSION_NUM 502 -#define LUA_VERSION_RELEASE "2" +#define LUA_VERSION_RELEASE "3" #define LUA_VERSION "Lua " LUA_VERSION_MAJOR "." LUA_VERSION_MINOR #define LUA_RELEASE LUA_VERSION "." LUA_VERSION_RELEASE diff --git a/client/deps/liblua/luaconf.h b/client/deps/liblua/luaconf.h index d0b657361..f004a8bbb 100644 --- a/client/deps/liblua/luaconf.h +++ b/client/deps/liblua/luaconf.h @@ -330,7 +330,7 @@ /* -@@ LUA_INT32 is an signed integer with exactly 32 bits. +@@ LUA_INT32 is a signed integer with exactly 32 bits. @@ LUAI_UMEM is an unsigned integer big enough to count the total @* memory used by Lua. @@ LUAI_MEM is a signed integer big enough to count the total memory @@ -354,7 +354,7 @@ /* @@ LUAI_MAXSTACK limits the size of the Lua stack. ** CHANGE it if you need a different limit. This limit is arbitrary; -** its only purpose is to stop Lua to consume unlimited stack +** its only purpose is to stop Lua from consuming unlimited stack ** space (and to reserve some numbers for pseudo-indices). */ #if LUAI_BITSINT >= 32