diff options
Diffstat (limited to 'llex.c')
-rw-r--r-- | llex.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -136,7 +136,7 @@ TString *luaX_newstring (LexState *ls, const char *str, size_t l) { | |||
136 | if (isempty(o)) { /* not in use yet? */ | 136 | if (isempty(o)) { /* not in use yet? */ |
137 | /* boolean value does not need GC barrier; | 137 | /* boolean value does not need GC barrier; |
138 | table is not a metatable, so it does not need to invalidate cache */ | 138 | table is not a metatable, so it does not need to invalidate cache */ |
139 | setbvalue(o, 1); /* t[string] = true */ | 139 | setbtvalue(o); /* t[string] = true */ |
140 | luaC_checkGC(L); | 140 | luaC_checkGC(L); |
141 | } | 141 | } |
142 | else { /* string already present */ | 142 | else { /* string already present */ |