summaryrefslogtreecommitdiffstats
path: root/stdlib
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib')
-rw-r--r--stdlib/ffi.tl3
1 files changed, 2 insertions, 1 deletions
diff --git a/stdlib/ffi.tl b/stdlib/ffi.tl
index e6d8d049..bf1c6111 100644
--- a/stdlib/ffi.tl
+++ b/stdlib/ffi.tl
@@ -64,7 +64,8 @@
((float) 'double)
((be-float le-float)
(compile-error form "variadic argument cannot be of type ~s"
- vt))))))
+ vt))
+ (t vt)))))
(list* (+ (len ftypes) (len vtypes)) (len ftypes) (append ftypes vtypes))))