mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-19 20:59:42 +02:00
* fixed the type of the "count" parameter of the int_FinalizeArray() forward
declaration git-svn-id: trunk@31289 -
This commit is contained in:
parent
b4e61b2469
commit
eda52f81cd
@ -27,7 +27,7 @@
|
||||
Procedure int_Finalize (Data,TypeInfo: Pointer); [external name 'FPC_FINALIZE'];
|
||||
Procedure int_Addref (Data,TypeInfo : Pointer); [external name 'FPC_ADDREF'];
|
||||
Procedure int_Initialize (Data,TypeInfo: Pointer); [external name 'FPC_INITIALIZE'];
|
||||
procedure int_FinalizeArray(data,typeinfo : pointer;count : longint); [external name 'FPC_FINALIZE_ARRAY'];
|
||||
procedure int_FinalizeArray(data,typeinfo : pointer;count : SizeInt); [external name 'FPC_FINALIZE_ARRAY'];
|
||||
|
||||
{$if defined(FPC_HAS_FEATURE_RTTI) and not defined(cpujvm)}
|
||||
type
|
||||
|
Loading…
Reference in New Issue
Block a user