diff options
Diffstat (limited to '')
| -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) { |
