diff --git a/core/make/make.factor b/core/make/make.factor index 4bccf0d7ab..b05012834e 100644 --- a/core/make/make.factor +++ b/core/make/make.factor @@ -18,7 +18,7 @@ SYMBOL: building : make-assoc ( quot exemplar -- assoc ) [ - 20 swap new-assoc [ + 5 swap new-assoc [ building set call ] keep ] with-scope ; inline