mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
1d4183030d
commit
a7d63dfd28
1 changed files with 1 additions and 1 deletions
|
@ -468,7 +468,7 @@ enum {
|
|||
RUBY_STACK_MIN_LIMIT),
|
||||
RUBY_STACK_SPACE_LIMIT = 1024 * 1024,
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue