aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--include/ruby/ruby.h2
1 files changed, 1 insertions, 1 deletions
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 {