mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* 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:
parent
4507782baa
commit
310416744d
1 changed files with 1 additions and 1 deletions
2
ruby.c
2
ruby.c
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue