X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbenchmark%2Ffib4%2Ffib4.factor;h=2822304d82cc28ad490fe41c6ac679f140c6d439;hp=fff329c1a12fe6164cde919e986a01a1258613bd;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/benchmark/fib4/fib4.factor b/extra/benchmark/fib4/fib4.factor index fff329c1a1..2822304d82 100644 --- a/extra/benchmark/fib4/fib4.factor +++ b/extra/benchmark/fib4/fib4.factor @@ -1,4 +1,4 @@ -USING: accessors math kernel debugger ; +USING: accessors math kernel ; IN: benchmark.fib4 TUPLE: box { i read-only } ;