summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/ffi.tl2
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)