X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fbenchmark%2Ffib5%2Ffib5.factor;h=1ab19fe2e7d7fb364dbf701747ca483e22c97ab9;hp=3dfe71f992b34e2e6f06319fbd154de97d5a2495;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/benchmark/fib5/fib5.factor b/extra/benchmark/fib5/fib5.factor index 3dfe71f992..1ab19fe2e7 100644 --- a/extra/benchmark/fib5/fib5.factor +++ b/extra/benchmark/fib5/fib5.factor @@ -1,4 +1,4 @@ -USING: math kernel debugger namespaces ; +USING: math kernel namespaces ; IN: benchmark.fib5 SYMBOL: n