From 5abe6333ba055a32300e2b1f979dff26c1118d0e Mon Sep 17 00:00:00 2001 From: Mikhalkovich Stanislav Date: Thu, 26 Jun 2025 13:25:24 +0300 Subject: [PATCH] =?UTF-8?q?=D0=BE=D0=BF=D0=B5=D1=87=D0=B0=D1=82=D0=BA?= =?UTF-8?q?=D0=B0=20=D0=B2=20=D0=BA=D0=BE=D0=BC=D0=BC=D0=B5=D0=BD=D1=82?= =?UTF-8?q?=D0=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- NETGenerator/NETGenerator.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/NETGenerator/NETGenerator.cs b/NETGenerator/NETGenerator.cs index 3a8a78219..b969e6600 100644 --- a/NETGenerator/NETGenerator.cs +++ b/NETGenerator/NETGenerator.cs @@ -164,7 +164,7 @@ namespace PascalABCCompiler.NETGenerator protected bool make_next_spoint = true; protected SemanticTree.ILocation EntryPointLocation; protected Label ExitLabel;//метка для выхода из процедуры - protected bool ExitProcedureCall = false; //призна того что встретиласть exit и надо пометить коней процедуры + protected bool ExitProcedureCall = false; //признак того, что встретилась exit и надо пометить конец процедуры protected Dictionary ConvertedConstants = new Dictionary(); //ivan protected List enums = new List();