From 825b5d96f8a0d146615f0c6a76feab46da9baa60 Mon Sep 17 00:00:00 2001 From: Li Jin Date: Mon, 22 Nov 2021 10:05:39 +0800 Subject: update macro spec and builtin Lua. --- src/3rdParty/lua/lauxlib.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/3rdParty/lua/lauxlib.h') diff --git a/src/3rdParty/lua/lauxlib.h b/src/3rdParty/lua/lauxlib.h index 6f9695e..5b977e2 100644 --- a/src/3rdParty/lua/lauxlib.h +++ b/src/3rdParty/lua/lauxlib.h @@ -102,7 +102,7 @@ LUALIB_API lua_State *(luaL_newstate) (void); LUALIB_API lua_Integer (luaL_len) (lua_State *L, int idx); -LUALIB_API void luaL_addgsub (luaL_Buffer *b, const char *s, +LUALIB_API void (luaL_addgsub) (luaL_Buffer *b, const char *s, const char *p, const char *r); LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, const char *p, const char *r); -- cgit v1.2.3-55-g6feb