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

ruby-changes:1938

From: ko1@a...
Date: 12 Sep 2007 01:23:09 +0900
Subject: [ruby-changes:1938] akr - Ruby:r13429 (trunk): forgot to follow RHash change.

akr	2007-09-12 01:22:50 +0900 (Wed, 12 Sep 2007)

  New Revision: 13429

  Modified files:
    trunk/.gdbinit

  Log:
    forgot to follow RHash change.


  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/.gdbinit?r1=13429&r2=13428

Index: .gdbinit
===================================================================
--- .gdbinit	(revision 13428)
+++ .gdbinit	(revision 13429)
@@ -78,8 +78,8 @@
   else
   if ($flags & 0x1f) == 0x0b
     printf "T_HASH: ",
-    if ((struct RHash *)$arg0)->tbl
-      printf "len=%d ", ((struct RHash *)$arg0)->tbl->num_entries
+    if ((struct RHash *)$arg0)->ntbl
+      printf "len=%d ", ((struct RHash *)$arg0)->ntbl->num_entries
     end
     print (struct RHash *)$arg0
   else

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

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