summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2008-05-15 02:46:04 +0000
committerChong Yidong <cyd@stupidchicken.com>2008-05-15 02:46:04 +0000
commita2afb3df10f35221917a5ae079d57e6ded57e9b5 (patch)
tree5a9698e2bdc068082ea307a49cf4ad84fc113b3f
parent4d04b76370b06891d9af0191062dea077b5afbe6 (diff)
downloademacs-a2afb3df10f35221917a5ae079d57e6ded57e9b5.tar.gz
(init_alloc_once): Call init_weak_hash_tables.
-rw-r--r--src/alloc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/alloc.c b/src/alloc.c
index 0af89e75ea9..031cb99b674 100644
--- a/src/alloc.c
+++ b/src/alloc.c
@@ -6247,6 +6247,7 @@ init_alloc_once ()
init_marker ();
init_float ();
init_intervals ();
+ init_weak_hash_tables ();
#ifdef REL_ALLOC
malloc_hysteresis = 32;