mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-20 07:39:25 +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
|
||||
*)
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user