From 819c2418b11d911f9ff0c81ad13a82f43b1092ee Mon Sep 17 00:00:00 2001 From: nobu Date: Sun, 10 Jul 2011 13:59:00 +0000 Subject: * 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 --- process.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'process.c') diff --git a/process.c b/process.c index 39d1c695fa..1289db53e4 100644 --- a/process.c +++ b/process.c @@ -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 -- cgit v1.2.3