diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 21:50:01 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-09-28 21:50:01 +0000 |
commit | 310416744d1c00b9fc5ad0fcabe48a8ed2650f8d (patch) | |
tree | 7829823033bc1294b2ecc64a3f43776c2c53a4d4 /ruby.c | |
parent | 4507782baa98291e552ce9a76fc5e0bf8795ca49 (diff) | |
download | ruby-310416744d1c00b9fc5ad0fcabe48a8ed2650f8d.tar.gz |
* ruby.c (origarg): commit miss.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'ruby.c')
-rw-r--r-- | ruby.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ struct cmdline_options { static NODE *load_file(VALUE, const char *, int, struct cmdline_options *); static void forbid_setid(const char *); -static int { +static struct { int argc; char **argv; #if !defined(PSTAT_SETCMD) && !defined(HAVE_SETPROCTITLE) |