From 147a90a0b69abe17fd4a868ee26db3aebc00881e Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Thu, 24 Jul 2008 15:34:25 -0500 Subject: [PATCH] Fix load error --- extra/24-game/24-game.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/extra/24-game/24-game.factor b/extra/24-game/24-game.factor index 86940dfa95..569cef8302 100644 --- a/extra/24-game/24-game.factor +++ b/extra/24-game/24-game.factor @@ -2,7 +2,7 @@ ! 24, the Factor game! USING: kernel random namespaces shuffle sequences -parser io math prettyprint combinators +parser io math prettyprint combinators continuations vectors words quotations accessors math.parser backtrack math.ranges locals fry memoize macros assocs ;