From 3948beb8f0991a353c6ab266c53dcded905f5744 Mon Sep 17 00:00:00 2001 From: Chris Double Date: Thu, 4 Aug 2005 01:19:30 +0000 Subject: [PATCH] 3list no longer exists. Fix parser combinators to work around this. --- contrib/parser-combinators/lazy.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/parser-combinators/lazy.factor b/contrib/parser-combinators/lazy.factor index 62ee083370..3c1d75a4b4 100644 --- a/contrib/parser-combinators/lazy.factor +++ b/contrib/parser-combinators/lazy.factor @@ -283,7 +283,7 @@ DEFER: list>llist [ 1 2 3 ] list>llist [ 4 5 6 ] list>llist [ 7 8 9 ] list>llist - 3list + 2list cons list>llist lappend* ;