Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/facebook/luaffifb.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/ffi.h
diff options
context:
space:
mode:
authorJames McKaskill <james_mckaskill@trimble.com>2011-07-15 00:41:13 +0400
committerJames McKaskill <james_mckaskill@trimble.com>2011-07-15 00:41:13 +0400
commitb75e86b227f663d7546789ae9875ebea398641aa (patch)
tree8caeff4e339e1acc04eb3988b59279289c33ed2d /ffi.h
parent4806f56a6b2d0a9885db6bf4565c8f9eca989802 (diff)
First pass at x64 support - hasn't been tested and vararg support is incomplete
Diffstat (limited to 'ffi.h')
-rw-r--r--ffi.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ffi.h b/ffi.h
index 6cc571b..2b9a0c3 100644
--- a/ffi.h
+++ b/ffi.h
@@ -238,7 +238,7 @@ uintptr_t to_uintptr(lua_State* L, int idx);
int32_t to_enum(lua_State* L, int idx, int to_usr, const ctype_t* tt);
void* to_typed_pointer(lua_State* L, int idx, int to_usr, const ctype_t* tt);
function_t to_typed_function(lua_State* L, int idx, int to_usr, const ctype_t* tt);
-void unpack_varargs(lua_State* L, int first, int last, char* to);
+void unpack_varargs(lua_State* L, int first, char* to);