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 ;