mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-22 21:51:44 +02:00
+ Removed DECRREFNOTNIL define
git-svn-id: trunk@300 -
This commit is contained in:
parent
033e38b8df
commit
f7edd5a256
@ -106,9 +106,6 @@ Begin
|
|||||||
If declocked(l^) then
|
If declocked(l^) then
|
||||||
{ Ref count dropped to zero }
|
{ Ref count dropped to zero }
|
||||||
DisposeAnsiString (S); { Remove...}
|
DisposeAnsiString (S); { Remove...}
|
||||||
{$ifndef decrrefnotnil}
|
|
||||||
s:=nil;
|
|
||||||
{$endif}
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ also define alias for internal use in the system unit }
|
{ also define alias for internal use in the system unit }
|
||||||
|
@ -188,9 +188,6 @@ Begin
|
|||||||
If declocked(l^) then
|
If declocked(l^) then
|
||||||
{ Ref count dropped to zero }
|
{ Ref count dropped to zero }
|
||||||
DisposeWideString (S); { Remove...}
|
DisposeWideString (S); { Remove...}
|
||||||
{$ifndef decrrefnotnil}
|
|
||||||
s:=nil;
|
|
||||||
{$endif}
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
{ alias for internal use }
|
{ alias for internal use }
|
||||||
|
Loading…
Reference in New Issue
Block a user