From 2f43d58a47112a517a2b55a8f9e0bca505fb9352 Mon Sep 17 00:00:00 2001 From: "wayo.cavazos" Date: Mon, 11 Sep 2006 10:57:10 +0000 Subject: [PATCH] alien-contrib fix --- contrib/alien.factor | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/contrib/alien.factor b/contrib/alien.factor index ef09c4cf00..f6fed758ec 100644 --- a/contrib/alien.factor +++ b/contrib/alien.factor @@ -1,4 +1,4 @@ - +USING: kernel alien sequences ; IN: alien-contrib : copy-seq-to-float-array ( seq byte-array -- ) @@ -8,3 +8,5 @@ swap dup length [ pick set-float-nth ] 2each ; dup length "float" copy-seq-to-float-array ; : float-array>array ( byte-array n -- array ) [ swap float-nth ] map-with ; + +PROVIDE: contrib/alien ; \ No newline at end of file