diff options
author | Li Jin <dragon-fly@qq.com> | 2023-08-24 09:21:38 +0800 |
---|---|---|
committer | Li Jin <dragon-fly@qq.com> | 2023-08-24 09:21:38 +0800 |
commit | cfcea12ba0e6a40d7c04ac64c75563db0896985c (patch) | |
tree | 8ee7c6d9cd5f7b60fd9bda035b703cc9969ab678 /src/3rdParty/lua/llex.c | |
parent | eb48c686a7ab5bd3f3f3a8628ed0423872a932c6 (diff) | |
download | yuescript-cfcea12ba0e6a40d7c04ac64c75563db0896985c.tar.gz yuescript-cfcea12ba0e6a40d7c04ac64c75563db0896985c.tar.bz2 yuescript-cfcea12ba0e6a40d7c04ac64c75563db0896985c.zip |
update Lua 5.4.
Diffstat (limited to 'src/3rdParty/lua/llex.c')
-rw-r--r-- | src/3rdParty/lua/llex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/3rdParty/lua/llex.c b/src/3rdParty/lua/llex.c index b0dc0ac..5fc39a5 100644 --- a/src/3rdParty/lua/llex.c +++ b/src/3rdParty/lua/llex.c | |||
@@ -128,7 +128,7 @@ l_noret luaX_syntaxerror (LexState *ls, const char *msg) { | |||
128 | ** ensuring there is only one copy of each unique string. The table | 128 | ** ensuring there is only one copy of each unique string. The table |
129 | ** here is used as a set: the string enters as the key, while its value | 129 | ** here is used as a set: the string enters as the key, while its value |
130 | ** is irrelevant. We use the string itself as the value only because it | 130 | ** is irrelevant. We use the string itself as the value only because it |
131 | ** is a TValue readly available. Later, the code generation can change | 131 | ** is a TValue readily available. Later, the code generation can change |
132 | ** this value. | 132 | ** this value. |
133 | */ | 133 | */ |
134 | TString *luaX_newstring (LexState *ls, const char *str, size_t l) { | 134 | TString *luaX_newstring (LexState *ls, const char *str, size_t l) { |