[前][次][番号順一覧][スレッド一覧]

ruby-changes:2068

From: ko1@a...
Date: 29 Sep 2007 06:50:19 +0900
Subject: [ruby-changes:2068] nobu - Ruby:r13559 (trunk): * ruby.c (origarg): commit miss.

nobu	2007-09-29 06:50:01 +0900 (Sat, 29 Sep 2007)

  New Revision: 13559

  Modified files:
    trunk/ruby.c

  Log:
    * ruby.c (origarg): commit miss.

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ruby.c?r1=13559&r2=13558

Index: ruby.c
===================================================================
--- ruby.c	(revision 13558)
+++ ruby.c	(revision 13559)
@@ -87,7 +87,7 @@
 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)

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml

[前][次][番号順一覧][スレッド一覧]