From 7c11e110ca69a8b6f3f90d636904916391ae41fd 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: http://svn.ruby-lang.org/repos/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 9789cc7cb..211c96c39 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