Ruby  2.5.0dev(2017-10-22revision60238)
classext.h
Go to the documentation of this file.
1 #if defined __GNUC__
2 #warning use of RClass internals is deprecated
3 #elif defined _MSC_VER
4 #pragma message("warning: use of RClass internals is deprecated")
5 #endif
6 
7 #ifndef RUBY_BACKWARD_CLASSEXT_H
8 #define RUBY_BACKWARD_CLASSEXT_H 1
9 
13 
14 #undef RCLASS_SUPER(c)
15 #define RCLASS_EXT(c) ((rb_deprecated_classext_t *)RCLASS(c)->ptr)
16 #define RCLASS_SUPER(c) (RCLASS(c)->super)
17 
18 #endif /* RUBY_BACKWARD_CLASSEXT_H */
struct rb_deprecated_classext_struct rb_deprecated_classext_t
unsigned long VALUE
Definition: ruby.h:85