summaryrefslogtreecommitdiff
path: root/include/ruby/defines.h
diff options
context:
space:
mode:
-rw-r--r--include/ruby/defines.h4
1 files changed, 3 insertions, 1 deletions
@@ -270,9 +270,11 @@ void xfree(void*);
#define RUBY_FUNC_EXPORTED
#endif
-/* MJIT_FUNC_EXPORTED is used for functions which are exported only for MJIT
and NOT ensured to be exported in future versions. */
#define MJIT_FUNC_EXPORTED RUBY_FUNC_EXPORTED
#ifndef RUBY_EXTERN
#define RUBY_EXTERN extern