diff --git a/Parser.pas b/Parser.pas index 600cd1d..0d2c790 100644 --- a/Parser.pas +++ b/Parser.pas @@ -2035,7 +2035,7 @@ var end {else if} else if kind = stringConst then begin iPtr^.pval := offset; - iPtr^.pPlus := operator = plusch; + iPtr^.pPlus := true; iPtr^.isName := false; iPtr^.pStr := tree^.token.sval; end {else if}