mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-10 06:45:58 +02:00
* string -> shortstring
This commit is contained in:
parent
29c36aa407
commit
c8551879f7
@ -41,7 +41,7 @@
|
||||
|
||||
{$ifndef FPC_UNIT_HAS_STRPCOPY}
|
||||
{$define FPC_UNIT_HAS_STRPCOPY}
|
||||
function strpcopy(d : PAnsiChar;const s : string) : PAnsiChar;assembler;nostackframe;
|
||||
function strpcopy(d : PAnsiChar;const s : shortstring) : PAnsiChar;assembler;nostackframe;
|
||||
const
|
||||
{ used for an offset fixup for accessing the proc parameters in asm routines
|
||||
that use nostackframe. We can't use the parameter name directly, because
|
||||
|
Loading…
Reference in New Issue
Block a user