* fix lua_alloc callback definition

git-svn-id: trunk@11653 -
This commit is contained in:
Almindor 2008-08-25 20:31:00 +00:00
parent 44494efd54
commit a2ff73bd8f

View File

@ -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