mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
* include/ruby/ruby.h (rb_classext_t): annotate @internal.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@25783 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
1aba3f9d76
commit
9ea0bed1a3
2 changed files with 5 additions and 0 deletions
|
@ -1,3 +1,7 @@
|
|||
Mon Nov 16 01:58:08 2009 Yusuke Endoh <mame@tsg.ne.jp>
|
||||
|
||||
* include/ruby/ruby.h (rb_classext_t): annotate @internal.
|
||||
|
||||
Mon Nov 16 01:35:34 2009 Tanaka Akira <akr@fsij.org>
|
||||
|
||||
* encoding.c (rb_filesystem_encindex): use default external encoding
|
||||
|
|
|
@ -564,6 +564,7 @@ struct RObject {
|
|||
RCLASS_IV_INDEX_TBL(rb_obj_class(o)) : \
|
||||
ROBJECT(o)->as.heap.iv_index_tbl)
|
||||
|
||||
/** @internal */
|
||||
typedef struct {
|
||||
VALUE super;
|
||||
struct st_table *iv_tbl;
|
||||
|
|
Loading…
Reference in a new issue