]> gitweb.factorcode.org Git - factor.git/commitdiff
math.floats.env: don't need << >>.
authorJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Jul 2015 02:23:43 +0000 (19:23 -0700)
committerJohn Benediktsson <mrjbq7@gmail.com>
Wed, 29 Jul 2015 02:23:43 +0000 (19:23 -0700)
basis/math/floats/env/env.factor

index 5016ef5d169de330c767067f9a874393d0f44fb3..3d281b06c83d9f708e4214859dc8cd3855b0d919 100644 (file)
@@ -154,8 +154,8 @@ PRIVATE>
 : without-fp-traps ( quot -- )
     { } swap with-fp-traps ; inline
 
-<< {
+{
     { [ cpu x86? ] [ "math.floats.env.x86" require ] }
     { [ cpu ppc? ] [ "math.floats.env.ppc" require ] }
     [ "CPU architecture unsupported by math.floats.env" throw ]
-} cond >>
+} cond