mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-26 13:19:29 +02:00
codetools: parser: Compatibility with FPC management operators: rename Copy to AddRef and Clone to Copy
git-svn-id: trunk@54196 -
This commit is contained in:
parent
d45b1fe5cd
commit
11563b2959
@ -332,7 +332,7 @@ begin
|
||||
if IsOperator then begin
|
||||
AtomIsCustomOperator(true,true,true);
|
||||
IsFunction:=not (UpAtomIs('INITIALIZE') or UpAtomIs('FINALIZE')
|
||||
or UpAtomIs('COPY') or UpAtomIs('CLONE'));
|
||||
or UpAtomIs('ADDREF') or UpAtomIs('COPY'));
|
||||
end else
|
||||
AtomIsIdentifierSaveE;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user