From fac30d92c914596c3e6fcae46641e48e21f9240e Mon Sep 17 00:00:00 2001 From: slava Date: Sun, 3 Dec 2006 05:25:46 +0000 Subject: [PATCH] Remove bogus forward reference --- core/math/math.factor | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/math/math.factor b/core/math/math.factor index 73faccc596..2faf673557 100644 --- a/core/math/math.factor +++ b/core/math/math.factor @@ -69,5 +69,3 @@ M: object zero? drop f ; : times ( n quot -- ) swap [ >r dup slip r> ] repeat drop ; inline - -GENERIC: number>string ( n -- str ) foldable