mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-16 14:29:31 +02:00
* formatting
This commit is contained in:
parent
f8e45083d0
commit
dbf18e9d29
@ -433,10 +433,9 @@ implementation
|
||||
constructor trangenode.create(l,r : tnode);
|
||||
var
|
||||
value: string;
|
||||
|
||||
begin
|
||||
{ if right is char and left is string then }
|
||||
{ right should be treated as one-symbol string }
|
||||
{ if right is char and left is string then
|
||||
right should be treated as one-symbol string }
|
||||
if is_conststringnode(l) and is_constcharnode(r) then
|
||||
begin
|
||||
value := char(tordconstnode(r).value.uvalue) + ''#0;
|
||||
|
Loading…
Reference in New Issue
Block a user