From 02059496cb9373985e9635405ca1f6edfcbab9f2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=A1=D0=B0=D0=BD=D0=B4=D1=80=D0=BE?= Date: Thu, 19 Apr 2018 05:02:43 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D1=80=D0=BE=D0=BA=D0=B0=2086:?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Строка 86: была непонятная кодировка, поставил _ОКР как у rst в таком же месте --- llex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/llex.c b/llex.c index cd76a94860..9cd00399cd 100644 --- a/llex.c +++ b/llex.c @@ -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]);