From f6ef258f0da3906d40e887fa7776bfed1f5eee31 Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 29 Jul 2008 00:05:50 -0500 Subject: [PATCH] Oops --- extra/money/money-tests.factor | 2 +- extra/money/money.factor | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/extra/money/money-tests.factor b/extra/money/money-tests.factor index b2ccdf93b7..78c168015f 100644 --- a/extra/money/money-tests.factor +++ b/extra/money/money-tests.factor @@ -1,4 +1,4 @@ -USING: money parser tools.test ; +USING: money parser tools.test eval ; IN: money.tests [ -1/10 ] [ DECIMAL: -.1 ] unit-test diff --git a/extra/money/money.factor b/extra/money/money.factor index 0c654c4819..ba7a0ae04f 100644 --- a/extra/money/money.factor +++ b/extra/money/money.factor @@ -1,6 +1,6 @@ USING: io kernel math math.functions math.parser parser lexer namespaces sequences splitting grouping combinators -continuations sequences.lib eval ; +continuations sequences.lib ; IN: money : dollars/cents ( dollars -- dollars cents )