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)