ruby-changes:29483
From: nobu <ko1@a...>
Date: Fri, 21 Jun 2013 20:26:14 +0900 (JST)
Subject: [ruby-changes:29483] nobu:r41535 (trunk): * remove trailing spaces.
nobu 2013-06-21 20:26:05 +0900 (Fri, 21 Jun 2013) New Revision: 41535 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=41535 Log: * remove trailing spaces. Modified files: trunk/ChangeLog Index: ChangeLog =================================================================== --- ChangeLog (revision 41534) +++ ChangeLog (revision 41535) @@ -6,7 +6,7 @@ Fri Jun 21 20:15:49 2013 Koichi Sasada https://github.com/ruby/ruby/blob/trunk/ChangeLog#L6 The type of returned pointer is (const VALUE *). * RSTRUCT_GET(st, idx) returns idx-th value of struct. * RSTRUCT_SET(st, idx, v) set idx-th value by v with WB. - And + And * RSTRUCT_PTR(st) returns pointer with shady operation. The type of returned pointer is (VALUE *). -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/