diff options
| author | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
|---|---|---|
| committer | Roberto Ierusalimschy <roberto@inf.puc-rio.br> | 2023-06-22 11:41:48 -0300 |
| commit | ab6a94952215b1f66436d8eeebded1dad9fa5409 (patch) | |
| tree | ba66254537defc76602ce351d962b899ddfe1b29 /llex.c | |
| parent | 86e8039a72646cd9192fd08a6f1771c90b872ff6 (diff) | |
| parent | ea39042e13645f63713425c05cc9ee4cfdcf0a40 (diff) | |
| download | lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.gz lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.tar.bz2 lua-ab6a94952215b1f66436d8eeebded1dad9fa5409.zip | |
Merge branch 'master' into nextversion
Diffstat (limited to 'llex.c')
| -rw-r--r-- | llex.c | 2 |
1 files changed, 1 insertions, 1 deletions
| @@ -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) { |
