summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-02-23 05:43:57 +0000
committermatz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2000-02-23 05:43:57 +0000
commit7c11e110ca69a8b6f3f90d636904916391ae41fd (patch)
treea7f1fc06dbcb05db36e51b1b21e8bea147591a51
parent1a4e6e9708b4cdc426ebd1226a7f10f8e4259b75 (diff)
downloadruby-7c11e110ca69a8b6f3f90d636904916391ae41fd.tar.gz
ruby-7c11e110ca69a8b6f3f90d636904916391ae41fd.tar.xz
ruby-7c11e110ca69a8b6f3f90d636904916391ae41fd.zip
2000-02-23
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r--st.c2
1 files changed, 2 insertions, 0 deletions
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 */