зеркало из https://github.com/github/ruby.git
2000-02-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@625 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
bf70582cf3
Коммит
a19a2a9258
2
st.c
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 */
|
||||||
|
|
||||||
|
|
Загрузка…
Ссылка в новой задаче