make: change default size of make-assoc.

db4
John Benediktsson 2012-07-19 13:53:42 -07:00
parent 88e0936618
commit 6c8c5992a1
1 changed files with 1 additions and 1 deletions

View File

@ -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