mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
2000-02-23
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@626 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
a19a2a9258
commit
e13f96f413
1 changed files with 1 additions and 1 deletions
2
st.c
2
st.c
|
@ -111,7 +111,7 @@ new_size(size)
|
|||
{
|
||||
int i, newsize;
|
||||
|
||||
#if 0
|
||||
#if 1
|
||||
for (i = 0, newsize = MINSIZE;
|
||||
i < sizeof(primes)/sizeof(primes[0]);
|
||||
i++, newsize <<= 1)
|
||||
|
|
Loading…
Reference in a new issue