git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
matz 2000-02-23 05:43:57 +00:00
Родитель bf70582cf3
Коммит a19a2a9258
1 изменённых файлов: 2 добавлений и 0 удалений

2
st.c
Просмотреть файл

@ -146,10 +146,12 @@ st_init_table_with_size(type, size)
{ {
st_table *tbl; st_table *tbl;
#if 0
if (init_st == 0) { if (init_st == 0) {
init_st = 1; init_st = 1;
atexit(stat_col); atexit(stat_col);
} }
#endif
size = new_size(size); /* round up to prime number */ size = new_size(size); /* round up to prime number */