From 787b5d618a7192da0a7bf852f1eaa831acfd0d72 Mon Sep 17 00:00:00 2001 From: Jeremy Hughes Date: Wed, 8 Jul 2009 09:33:04 +1200 Subject: [PATCH] alien.marshall: factorize-type before primitive-unmarshaller --- basis/alien/marshall/marshall.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/alien/marshall/marshall.factor b/basis/alien/marshall/marshall.factor index 098a0e9127..ef96f86d98 100644 --- a/basis/alien/marshall/marshall.factor +++ b/basis/alien/marshall/marshall.factor @@ -259,4 +259,4 @@ M: struct-wrapper dynamic-cast ; [ const-type? not ] [ factorize-type pointer-to-primitive? ] } 1&& - [ primitive-unmarshaller ] [ drop [ drop ] ] if ; + [ factorize-type primitive-unmarshaller ] [ drop [ drop ] ] if ;