From 499d3d85f2b58a6118e81da23ff7a36f1e5f24ae Mon Sep 17 00:00:00 2001 From: nobu Date: Fri, 28 Sep 2007 21:50:01 +0000 Subject: * ruby.c (origarg): commit miss. git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@13559 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ruby.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby.c') diff --git a/ruby.c b/ruby.c index 0b356275b..8b6f85b92 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) -- cgit