1
0
Fork 0
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:
matz 2000-02-23 05:44:18 +00:00
parent a19a2a9258
commit e13f96f413

2
st.c
View file

@ -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)