mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:39:25 +02:00
Some changes to integrate in system unit
This commit is contained in:
parent
b36e918420
commit
837c1582a3
@ -121,7 +121,7 @@ begin
|
||||
end;
|
||||
|
||||
|
||||
Procedure Decr_Ansi_Ref (Var S : AnsiString);
|
||||
Procedure Decr_Ansi_Ref (Var S : AnsiString);[alias : 'DECR_ANSI_REF'];
|
||||
{
|
||||
Decreases the ReferenceCount of a non constant ansistring;
|
||||
If the reference count is zero, deallocate the string;
|
||||
@ -672,7 +672,10 @@ end;
|
||||
|
||||
{
|
||||
$Log$
|
||||
Revision 1.3 1998-06-08 12:38:22 michael
|
||||
Revision 1.4 1998-06-08 19:35:02 michael
|
||||
Some changes to integrate in system unit
|
||||
|
||||
Revision 1.3 1998/06/08 12:38:22 michael
|
||||
Implemented rtti, inserted ansistrings again
|
||||
|
||||
Revision 1.2 1998/05/12 10:42:44 peter
|
||||
|
Loading…
Reference in New Issue
Block a user