mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-19 15:29:13 +02:00
* fix copy/paste typo in comments
This commit is contained in:
parent
f2580efc15
commit
32261a0f6d
@ -4581,22 +4581,22 @@ implementation
|
||||
begin
|
||||
if is_widestring(ld) then
|
||||
begin
|
||||
{ this is only for add, the comparisaion is handled later }
|
||||
{ this is only for add, the comparison is handled later }
|
||||
expectloc:=LOC_REGISTER;
|
||||
end
|
||||
else if is_unicodestring(ld) then
|
||||
begin
|
||||
{ this is only for add, the comparisaion is handled later }
|
||||
{ this is only for add, the comparison is handled later }
|
||||
expectloc:=LOC_REGISTER;
|
||||
end
|
||||
else if is_ansistring(ld) then
|
||||
begin
|
||||
{ this is only for add, the comparisaion is handled later }
|
||||
{ this is only for add, the comparison is handled later }
|
||||
expectloc:=LOC_REGISTER;
|
||||
end
|
||||
else if is_longstring(ld) then
|
||||
begin
|
||||
{ this is only for add, the comparisaion is handled later }
|
||||
{ this is only for add, the comparison is handled later }
|
||||
expectloc:=LOC_REFERENCE;
|
||||
end
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user