From d6c43c45eaf5a6813ba5c2b3a68df154a69bdf9b Mon Sep 17 00:00:00 2001 From: akr Date: Fri, 28 Sep 2007 11:57:30 +0000 Subject: rb_classext_t member order exchanged to make frequently accessed member at first. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 4939609e31..8947549f55 100644 --- a/include/ruby/ruby.h +++ b/include/ruby/ruby.h @@ -431,8 +431,8 @@ struct RValues { }; typedef struct { - struct st_table *iv_tbl; VALUE super; + struct st_table *iv_tbl; } rb_classext_t; struct RClass { -- cgit v1.2.3