From fd03b336e9213ba61638912d6f1548915999c0f9 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: http://svn.ruby-lang.org/repos/ruby/trunk@13549 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- include/ruby/ruby.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/ruby/ruby.h') diff --git a/include/ruby/ruby.h b/include/ruby/ruby.h index 4939609e3..8947549f5 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