]> gitweb.factorcode.org Git - factor.git/commitdiff
math: remove out-of-fixnum-range error.
authorJohn Benediktsson <mrjbq7@gmail.com>
Sat, 7 Jun 2014 16:50:50 +0000 (09:50 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Sat, 7 Jun 2014 16:50:50 +0000 (09:50 -0700)
core/math/math.factor

index 4444b6daf0615a4a9d3c91bfc5b897e669e0aba3..d1c8b801f0bc82754968afee7aa0ae987990ebfc 100644 (file)
@@ -62,8 +62,6 @@ GENERIC: (log2) ( x -- n ) foldable
 
 PRIVATE>
 
-ERROR: out-of-fixnum-range n ;
-
 ERROR: log2-expects-positive x ;
 
 : log2 ( x -- n )