From bac338663da5965245c686e10537a97b76d9b38c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Sat, 6 Dec 2008 15:31:35 -0600 Subject: [PATCH] Mark a word inline --- core/hashtables/hashtables.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/hashtables/hashtables.factor b/core/hashtables/hashtables.factor index a52ac65d18..8663f25a70 100644 --- a/core/hashtables/hashtables.factor +++ b/core/hashtables/hashtables.factor @@ -40,7 +40,7 @@ TUPLE: hashtable 0 >>count 0 >>deleted drop ; inline : reset-hash ( n hash -- ) - swap >>array init-hash ; + swap >>array init-hash ; inline : (new-key@) ( key keys i -- keys n empty? ) 3dup swap array-nth dup ((empty)) eq? [