diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/txr/stdlib/ffi.tl | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/share/txr/stdlib/ffi.tl b/share/txr/stdlib/ffi.tl index 902605fa..12f9dab6 100644 --- a/share/txr/stdlib/ffi.tl +++ b/share/txr/stdlib/ffi.tl @@ -101,3 +101,5 @@ (defmacro ffi (type) ^(ffi-type-compile ',type)) + +(define-accessor carray-ref carray-refset) |