aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-27 01:50:27 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-02-27 01:50:27 +0000
commit80429eed638c36baa3574704b1b567aa7acb4fa6 (patch)
tree387905f8803dc1cbf07736ac403351c38caeaeeb /include
parent2c3cc479a9b7d55e48d50d3c1712f28855faea12 (diff)
downloadruby-80429eed638c36baa3574704b1b567aa7acb4fa6.tar.gz
* io.c, process.c, time.c, ext: use rb_sys_fail_str instead of
rb_sys_fail. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34825 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'include')
-rw-r--r--include/ruby/intern.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index e0c4710132..b42e17ca65 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -585,6 +585,7 @@ struct rb_exec_arg {
const char *prog;
VALUE options;
VALUE redirect_fds;
+ VALUE progname;
};
int rb_proc_exec_n(int, VALUE*, const char*);
int rb_proc_exec(const char*);