From 23b2db3b31e247c05cc9c8dc32b57bb1c1c720a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=9C=D0=B0=D0=B7=D0=B4=D0=B0=D0=B9=D1=89=D0=B8=D0=BA?= Date: Tue, 19 Jan 2016 23:54:07 +0300 Subject: [PATCH] =?UTF-8?q?Fixed=20#13=20=E2=80=94=20=D0=B8=D1=81=D0=BF?= =?UTF-8?q?=D1=80=D0=B0=D0=B2=D0=BB=D0=B5=D0=BD=D1=8B=20=D0=BE=D1=88=D0=B8?= =?UTF-8?q?=D0=B1=D0=BA=D0=B8=20=D0=B2=C2=A0=D0=B3=D0=B5=D0=BD=D0=B5=D1=80?= =?UTF-8?q?=D0=B0=D1=86=D0=B8=D0=B8=20=D0=B8=D0=BD=D1=82=D0=B5=D1=80=D0=BF?= =?UTF-8?q?=D1=80=D0=B5=D1=82=D0=B8=D1=80=D1=83=D0=B5=D0=BC=D0=BE=D0=B3?= =?UTF-8?q?=D0=BE=20=D0=BA=D0=BE=D0=B4=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- compiler/Generator.sref | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/compiler/Generator.sref b/compiler/Generator.sref index dc608149..034d1f09 100644 --- a/compiler/Generator.sref +++ b/compiler/Generator.sref @@ -442,7 +442,7 @@ GenCommand { } e.LabelNames > - (e.Indent ' & idents_' e.LastName '::name') + (e.Indent ' & ident_' e.LastName '::name') (e.Indent '};'); (e.Indent) (#CmdiNumberArray) = @@ -502,7 +502,7 @@ GenCommand { (e.Indent) (#CmdiChar s.Direction s.BracketNumber s.Char) = (e.Indent) (e.Indent '{refalrts::icChar' ', ' - '0, (int)' '' '' ', ' + '0, static_cast(' '' '' '), ' '},' ) ; @@ -573,7 +573,7 @@ GenCommand { ) (e.Indent 'refalrts::FnResult res = refalrts::interpret_array(') (e.Indent ' raa, allocs, context, arg_begin, arg_end,') - (e.Indent ' functions, labels, numbers, open_e_stack') + (e.Indent ' functions, idents, numbers, open_e_stack') (e.Indent ');') (e.Indent 'if ( res == refalrts::cRecognitionImpossible )') (e.Indent ' break;')