mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-14 20:39:34 +02:00
+ readded FPC_WRITE_TEXT_ANSISTR alias removed in r12322, because it's
required by the variant code git-svn-id: trunk@12337 -
This commit is contained in:
parent
b0eee3cb7d
commit
afafe33266
@ -593,7 +593,7 @@ Begin
|
||||
End;
|
||||
|
||||
|
||||
Procedure fpc_Write_Text_AnsiStr (Len : Longint; Var f : Text; const S : AnsiString); iocheck; compilerproc;
|
||||
Procedure fpc_Write_Text_AnsiStr (Len : Longint; Var f : Text; const S : AnsiString); iocheck; [Public,alias:'FPC_WRITE_TEXT_ANSISTR']; compilerproc;
|
||||
{
|
||||
Writes a AnsiString to the Text file T
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user