diff options
Diffstat (limited to 'stdlib/ffi.tl')
-rw-r--r-- | stdlib/ffi.tl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/ffi.tl b/stdlib/ffi.tl index b9a86b7b..7ca45bf1 100644 --- a/stdlib/ffi.tl +++ b/stdlib/ffi.tl @@ -160,7 +160,7 @@ (ffi-elemsize (ffi-type-compile type))) (defmacro ffi (type) - ^(ffi-type-compile ',type)) + ^(load-time (ffi-type-compile ',type))) (define-accessor carray-ref carray-refset) |