summaryrefslogtreecommitdiff
path: root/st.c
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
commita19a2a92585cd2520022e7b2ba3750eea2a5dcb6 (patch)
treea7f1fc06dbcb05db36e51b1b21e8bea147591a51 /st.c
parentbf70582cf30ae6f715769c519f451411f5d2a577 (diff)
2000-02-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'st.c')
-rw-r--r--st.c2
1 files changed, 2 insertions, 0 deletions
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 */