summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
diff options
context:
space:
mode:
authorNobuyoshi Nakada <[email protected]>2019-10-12 17:21:05 +0900
committerNobuyoshi Nakada <[email protected]>2019-10-12 17:47:28 +0900
commit710bc003791b90adf3970e137c69f283c88234cd ()
treeabc786fce3b5b92c885a2d429c14b806a83d45e0 /include/ruby/intern.h
parent6333020fc924d3ae63775c032bbe8f57364cd42e (diff)
Moved RB_METHOD_DEFINITION_DECL to intern.h
This macro is used here before defined in ruby.h.
-rw-r--r--include/ruby/intern.h90
1 files changed, 90 insertions, 0 deletions
@@ -1023,6 +1023,89 @@ RUBY_SYMBOL_EXPORT_END
{ /* satisfy cc-mode */
#endif
} /* extern "C" { */
#endif
#ifdef RB_METHOD_DEFINITION_DECL
@@ -1133,4 +1216,11 @@ RB_METHOD_DEFINITION_DECL(rb_define_singleton_method, (2,3), (VALUE klass, const
#endif
#endif /* RUBY_INTERN_H */