mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 15:47:51 +02:00
* fix lua_alloc callback definition
git-svn-id: trunk@11653 -
This commit is contained in:
parent
44494efd54
commit
a2ff73bd8f
@ -97,7 +97,7 @@ type
|
|||||||
(*
|
(*
|
||||||
** prototype for memory-allocation functions
|
** prototype for memory-allocation functions
|
||||||
*)
|
*)
|
||||||
lua_Alloc = procedure(ud, ptr: Pointer; osize, nsize: size_t); cdecl;
|
lua_Alloc = function(ud, ptr: Pointer; osize, nsize: size_t): Pointer; cdecl;
|
||||||
|
|
||||||
(*
|
(*
|
||||||
** basic types
|
** basic types
|
||||||
|
Loading…
Reference in New Issue
Block a user