diff options
author | Li Jin <dragon-fly@qq.com> | 2021-11-22 10:05:39 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2021-11-22 10:05:39 +0800 |
commit | 825b5d96f8a0d146615f0c6a76feab46da9baa60 (patch) | |
tree | df450bac65848dddc4929383fdd0a48485254484 /src/3rdParty/lua/lauxlib.h | |
parent | 125f709b065acb35bcd216001720c0bb4635dd25 (diff) | |
download | yuescript-0.9.1.tar.gz yuescript-0.9.1.tar.bz2 yuescript-0.9.1.zip |
update macro spec and builtin Lua.v0.9.1
Diffstat (limited to 'src/3rdParty/lua/lauxlib.h')
-rw-r--r-- | src/3rdParty/lua/lauxlib.h | 2 |
1 files changed, 1 insertions, 1 deletions
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); | |||
102 | 102 | ||
103 | LUALIB_API lua_Integer (luaL_len) (lua_State *L, int idx); | 103 | LUALIB_API lua_Integer (luaL_len) (lua_State *L, int idx); |
104 | 104 | ||
105 | LUALIB_API void luaL_addgsub (luaL_Buffer *b, const char *s, | 105 | LUALIB_API void (luaL_addgsub) (luaL_Buffer *b, const char *s, |
106 | const char *p, const char *r); | 106 | const char *p, const char *r); |
107 | LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, | 107 | LUALIB_API const char *(luaL_gsub) (lua_State *L, const char *s, |
108 | const char *p, const char *r); | 108 | const char *p, const char *r); |