* thread_pthread.c: removed last comma of enum.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25727 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2009-11-12 05:00:47 +00:00
parent 1d4183030d
commit a7d63dfd28

View File

@ -468,7 +468,7 @@ enum {
RUBY_STACK_MIN_LIMIT), RUBY_STACK_MIN_LIMIT),
RUBY_STACK_SPACE_LIMIT = 1024 * 1024, RUBY_STACK_SPACE_LIMIT = 1024 * 1024,
RUBY_STACK_SPACE = (RUBY_STACK_MIN/5 > RUBY_STACK_SPACE_LIMIT ? RUBY_STACK_SPACE = (RUBY_STACK_MIN/5 > RUBY_STACK_SPACE_LIMIT ?
RUBY_STACK_SPACE_LIMIT : RUBY_STACK_MIN/5), RUBY_STACK_SPACE_LIMIT : RUBY_STACK_MIN/5)
}; };
static int static int