ruby-changes:1989
From: ko1@a...
Date: 21 Sep 2007 15:41:02 +0900
Subject: [ruby-changes:1989] nobu - Ruby:r13480 (ruby_1_8): * process.c (struct rb_exec_arg): forgot to commit.
nobu 2007-09-21 15:40:54 +0900 (Fri, 21 Sep 2007) New Revision: 13480 Modified files: branches/ruby_1_8/process.c Log: * process.c (struct rb_exec_arg): forgot to commit. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/branches/ruby_1_8/process.c?r1=13480&r2=13479 Index: ruby_1_8/process.c =================================================================== --- ruby_1_8/process.c (revision 13479) +++ ruby_1_8/process.c (revision 13480) @@ -1197,7 +1197,7 @@ struct rb_exec_arg { int argc; VALUE *argv; - const char *prog; + VALUE prog; }; static struct rb_exec_arg * -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml