mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* process.c (rb_exec_arg_addopt): fix preprocess condition.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@32499 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
577c03c713
commit
819c2418b1
1 changed files with 1 additions and 1 deletions
|
@ -1475,7 +1475,7 @@ rb_exec_arg_addopt(struct rb_exec_arg *e, VALUE key, VALUE val)
|
|||
{
|
||||
VALUE options = e->options;
|
||||
ID id;
|
||||
#ifdef RLIM2NUM
|
||||
#if defined(HAVE_SETRLIMIT) && defined(NUM2RLIM)
|
||||
int rtype;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue