mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-06 11:28:06 +02:00
* fix naming (no functional change)
This commit is contained in:
parent
193f20b697
commit
3180c985ed
@ -404,7 +404,7 @@ end;
|
||||
{$endif FPC_HAS_ANSISTR_CONCAT_MULTI}
|
||||
|
||||
{$ifdef EXTRAANSISHORT}
|
||||
Procedure AnsiStr_ShortStr_Concat (Var S1: AnsiString; Var S2 : ShortString);
|
||||
Procedure fpc_AnsiStr_ShortStr_Concat (Var S1: AnsiString; Var S2 : ShortString);
|
||||
{
|
||||
Concatenates a Ansi with a short string; : S2 + S2
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user