From 036bc70a47cc0f2ea888d96d2ffc3be3bea61bbd Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Sat, 2 Dec 2017 10:41:57 -0600 Subject: [PATCH] specialized-arrays: bootstraps --- basis/specialized-arrays/specialized-arrays.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/basis/specialized-arrays/specialized-arrays.factor b/basis/specialized-arrays/specialized-arrays.factor index 0c1b1947fc..881d468841 100644 --- a/basis/specialized-arrays/specialized-arrays.factor +++ b/basis/specialized-arrays/specialized-arrays.factor @@ -4,7 +4,7 @@ USING: accessors alien alien.c-types alien.data alien.parser byte-arrays classes combinators fry functors kernel lexer locals make math math.vectors parser prettyprint.custom sequences sequences.private vocabs.generated vocabs.loader vocabs.parser -words math.parser arrays ; +words math.parser arrays functors2 ; IN: specialized-arrays MIXIN: specialized-array-mixin @@ -41,7 +41,7 @@ M: byte-array direct-like drop uchar ; inline PRIVATE> -VARIABLES-FUNCTOR: specialized-array ( T -- ) { +VARIABLES-FUNCTOR: specialized-array ( T: existing-word -- ) { { "A" "${T}-array" } { "" "<${A}>" } { "(A)" "(${A})" }