From 48572a3c7bca6e006ff57e031b444b428bb4dd2f Mon Sep 17 00:00:00 2001 From: "U-SLAVA-FB3999113\\Slava" <Slava@slava-fb3999113.(none)> Date: Thu, 18 Oct 2007 02:40:34 -0400 Subject: [PATCH] Update extra/tools for math re-organization --- extra/tools/profiler/profiler.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) mode change 100644 => 100755 extra/tools/profiler/profiler.factor diff --git a/extra/tools/profiler/profiler.factor b/extra/tools/profiler/profiler.factor old mode 100644 new mode 100755 index 382b17b363..ee34e6f9b0 --- a/extra/tools/profiler/profiler.factor +++ b/extra/tools/profiler/profiler.factor @@ -3,7 +3,7 @@ USING: words sequences math prettyprint kernel arrays io io.styles namespaces assocs kernel.private generator compiler strings combinators sorting math.parser -math.vectors vocabs definitions tools.profiler.private ; +vocabs definitions tools.profiler.private ; IN: tools.profiler : reset-counters ( -- )