math.floats.env: don't need << >>.

db4
John Benediktsson 2015-07-28 19:23:43 -07:00
parent 3649d21541
commit 9b77a785e9
1 changed files with 2 additions and 2 deletions

View 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