diff options
author | Mike Pall <mike> | 2010-12-05 00:18:07 +0100 |
---|---|---|
committer | Mike Pall <mike> | 2010-12-05 00:18:07 +0100 |
commit | 526e087e63daaaeab517932351c8941f678e071c (patch) | |
tree | e7a1460ba4c120b1cc464a3702fb915de9388fe9 /src/ljamalg.c | |
parent | 05973ee44075698e6c578cfb0fa72cfccdf7b742 (diff) | |
download | luajit-526e087e63daaaeab517932351c8941f678e071c.tar.gz luajit-526e087e63daaaeab517932351c8941f678e071c.tar.bz2 luajit-526e087e63daaaeab517932351c8941f678e071c.zip |
FFI: Add C data handling and C type conversions.
Diffstat (limited to 'src/ljamalg.c')
-rw-r--r-- | src/ljamalg.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ljamalg.c b/src/ljamalg.c index d37daa2f..dac09561 100644 --- a/src/ljamalg.c +++ b/src/ljamalg.c | |||
@@ -41,6 +41,8 @@ | |||
41 | #include "lj_lex.c" | 41 | #include "lj_lex.c" |
42 | #include "lj_parse.c" | 42 | #include "lj_parse.c" |
43 | #include "lj_ctype.c" | 43 | #include "lj_ctype.c" |
44 | #include "lj_cdata.c" | ||
45 | #include "lj_cconv.c" | ||
44 | #include "lj_lib.c" | 46 | #include "lj_lib.c" |
45 | #include "lj_ir.c" | 47 | #include "lj_ir.c" |
46 | #include "lj_opt_mem.c" | 48 | #include "lj_opt_mem.c" |