Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion llex.c
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ void luaX_init (lua_State *L) {
ts->extra = cast_byte(i+1); /* reserved word */
}

TString *e2 = luaS_newliteral(L, "_ÎÊÐ"); /* create env name */
TString *e2 = luaS_newliteral(L, "_ОКР"); /* Здесь была непонятная кодировка, поставил _ОКР как у rst */
luaC_fix(L, obj2gco(e2)); /* never collect this name */
for (i=0; i<22; i++) {
TString *ts = luaS_new(L, luaX_tokens_cyr[i]);
Expand Down