diff --git a/basis/tools/annotations/annotations.factor b/basis/tools/annotations/annotations.factor index 9dbc4b0e9b1..be207f729bc 100644 --- a/basis/tools/annotations/annotations.factor +++ b/basis/tools/annotations/annotations.factor @@ -123,7 +123,7 @@ PRIVATE> : watch-vars ( word vars -- ) dupd '[ [ _ _ ] dip (watch-vars) ] annotate ; -DEFER: SYNTAX: parse-until >quotation dup (watch) append! ;