From 735e47fb555a48104bcaa29ef9b9e4140f10cb5d Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 6 Dec 2008 01:36:25 -0600 Subject: [PATCH] Oops, off by 10 --- basis/tools/annotations/annotations.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/annotations/annotations.factor b/basis/tools/annotations/annotations.factor index e5f6af2267..ecf3ba0a76 100644 --- a/basis/tools/annotations/annotations.factor +++ b/basis/tools/annotations/annotations.factor @@ -87,7 +87,7 @@ M: word annotate-methods SYMBOL: word-timing -H{ } clone word-timing set-global +word-timing global [ H{ } clone or ] change-at : reset-word-timing ( -- ) word-timing get clear-assoc ;