mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 04:59:26 +02:00
* docompare -> isequal
git-svn-id: trunk@6831 -
This commit is contained in:
parent
cb16e8d3d0
commit
0f546da041
@ -212,7 +212,7 @@ unit optcse;
|
||||
j:=i+1;
|
||||
{ collect equal nodes }
|
||||
while (j<=nodelist.length-1) and
|
||||
nodelist[i].docompare(nodelist[j]) do
|
||||
nodelist[i].isequal(nodelist[j]) do
|
||||
inc(j);
|
||||
dec(j);
|
||||
if j>i then
|
||||
|
Loading…
Reference in New Issue
Block a user