commit | 75c50c46a69d25ac94a55bae8a9642316d52be00 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:06:24 2005 +0000 |
committer | Bram Moolenaar <Bram@vim.org> | Sat Jun 04 22:06:24 2005 +0000 |
tree | 2cefbd38adf2f259b314f40ff4c310713e07d4d1 | |
parent | 51485f06246966898f7c00e2e53b1ba4c6855cf7 [diff] [blame] |
updated for version 7.0079
diff --git a/src/hashtable.c b/src/hashtable.c index a8cd1b7..d4177d3 100644 --- a/src/hashtable.c +++ b/src/hashtable.c
@@ -275,6 +275,7 @@ ++ht->ht_locked; } +#if 0 /* currently not used */ /* * Lock a hashtable at the specified number of entries. * Caller must make sure no more than "size" entries will be added. @@ -288,6 +289,7 @@ (void)hash_may_resize(ht, size); ++ht->ht_locked; } +#endif /* * Unlock a hashtable: allow ht_array changes again.