From a19a2a92585cd2520022e7b2ba3750eea2a5dcb6 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 23 Feb 2000 05:43:57 +0000 Subject: 2000-02-23 git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- st.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/st.c b/st.c index 9789cc7cb2..211c96c397 100644 --- a/st.c +++ b/st.c @@ -146,10 +146,12 @@ st_init_table_with_size(type, size) { st_table *tbl; +#if 0 if (init_st == 0) { init_st = 1; atexit(stat_col); } +#endif size = new_size(size); /* round up to prime number */ -- cgit v1.2.3