From d1117a66cbaf89c5b7804093a10c5850187a913a Mon Sep 17 00:00:00 2001 From: Doug Coleman Date: Fri, 20 Nov 2009 04:27:00 -0600 Subject: [PATCH] clean up the end of the easter word --- basis/calendar/calendar.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/calendar/calendar.factor b/basis/calendar/calendar.factor index fd51feeed9..ff55d26cdb 100644 --- a/basis/calendar/calendar.factor +++ b/basis/calendar/calendar.factor @@ -143,8 +143,7 @@ GENERIC: easter ( obj -- obj' ) 32 2 e * + 2 i * + h - k - 7 mod :> l a 11 h * + 22 l * + 451 /i :> m - h l + 7 m * - 114 + 31 /mod 1 + :> ( month day ) - month day ; + h l + 7 m * - 114 + 31 /mod 1 + ; M: integer easter ( year -- timestamp ) dup easter-month-day ;