From 310416744d1c00b9fc5ad0fcabe48a8ed2650f8d Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Sep 2007 21:50:01 +0000 Subject: [PATCH] * ruby.c (origarg): commit miss. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby.c b/ruby.c index 0b356275b5..8b6f85b92e 100644 --- a/ruby.c +++ b/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)