FFI: Add ffi.load() and ffi.C default namespace.

This commit is contained in:
Mike Pall
2011-01-10 03:43:18 +01:00
parent d215747fd5
commit ddf6596333
11 changed files with 435 additions and 15 deletions

View File

@@ -247,6 +247,7 @@ typedef struct GCudata {
enum {
UDTYPE_USERDATA, /* Regular userdata. */
UDTYPE_IO_FILE, /* I/O library FILE. */
UDTYPE_FFI_CLIB, /* FFI C library namespace. */
UDTYPE__MAX
};