1
0
Fork 0
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:
nobu 2011-07-10 13:59:00 +00:00
parent 577c03c713
commit 819c2418b1

View file

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