mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-10-16 15:46:14 +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
|
||||
{ Ref count dropped to zero }
|
||||
DisposeAnsiString (S); { Remove...}
|
||||
{$ifndef decrrefnotnil}
|
||||
s:=nil;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
{ also define alias for internal use in the system unit }
|
||||
|
@ -188,9 +188,6 @@ Begin
|
||||
If declocked(l^) then
|
||||
{ Ref count dropped to zero }
|
||||
DisposeWideString (S); { Remove...}
|
||||
{$ifndef decrrefnotnil}
|
||||
s:=nil;
|
||||
{$endif}
|
||||
end;
|
||||
|
||||
{ alias for internal use }
|
||||
|
Loading…
Reference in New Issue
Block a user