From 71dd79212880ddf4f99451befde26737f0cefa2c Mon Sep 17 00:00:00 2001 From: azav Date: Fri, 6 Feb 2009 13:31:20 +0000 Subject: (pipe_open) [__SYMBIAN32__]: fixed compile time error git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@22096 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- io.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'io.c') diff --git a/io.c b/io.c index 32e75107b3..21d7750769 100644 --- a/io.c +++ b/io.c @@ -4510,6 +4510,8 @@ pipe_open(struct rb_exec_arg *eargp, VALUE prog, const char *modestr, int fmode, char **args = NULL; struct rb_exec_arg sarg; int pair[2], write_pair[2]; +#elif defined(__SYMBIAN32__) + struct rb_exec_arg sarg; #endif FILE *fp = 0; int fd = -1; -- cgit v1.2.3