* ruby.c (origarg): commit miss.

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
nobu 2007-09-28 21:50:01 +00:00
parent 4507782baa
commit 310416744d
1 changed files with 1 additions and 1 deletions

2
ruby.c
View File

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