summaryrefslogtreecommitdiff
path: root/include/ruby/intern.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ruby/intern.h')
-rw-r--r--include/ruby/intern.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/include/ruby/intern.h b/include/ruby/intern.h
index 3c625b42e9..11a97cb6a2 100644
--- a/include/ruby/intern.h
+++ b/include/ruby/intern.h
@@ -36,12 +36,9 @@ extern "C" {
/* On mswin, MJIT header transformation can't be used since cl.exe can't output
preprocessed output preserving macros. So this `MJIT_STATIC` is needed
- to force non-static function to static on MJIT header to avoid symbol conflict.
- `MJIT_FUNC_EXPORTED` is also changed to `static` on MJIT header for the same reason. */
+ to force non-static function to static on MJIT header to avoid symbol conflict. */
#ifdef MJIT_HEADER
# define MJIT_STATIC static
-# undef MJIT_FUNC_EXPORTED
-# define MJIT_FUNC_EXPORTED static
#else
# define MJIT_STATIC
#endif