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

ruby-changes:1833

From: ko1@a...
Date: 31 Aug 2007 16:20:49 +0900
Subject: [ruby-changes:1833] akr - Ruby:r13324 (trunk): fix comment.

akr	2007-08-31 16:20:38 +0900 (Fri, 31 Aug 2007)

  New Revision: 13324

  Modified files:
    trunk/include/ruby/ruby.h

  Log:
    fix comment.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/include/ruby/ruby.h?r1=13324&r2=13323

Index: include/ruby/ruby.h
===================================================================
--- include/ruby/ruby.h	(revision 13323)
+++ include/ruby/ruby.h	(revision 13324)
@@ -549,7 +549,7 @@
 
 struct RBignum {
     struct RBasic basic;
-    char sign; /* positive:0, negative:1 */
+    char sign; /* positive:1, negative:0 */
     long len;
     void *digits;
 };

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

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