We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1cff6b2 commit 321ce11Copy full SHA for 321ce11
1 file changed
src/if_ruby.c
@@ -113,13 +113,13 @@
113
# define rb_gc_writebarrier_unprotect_promoted rb_gc_writebarrier_unprotect_promoted_stub
114
# endif
115
116
-#ifdef FEAT_GUI_MACVIM
+#ifdef RUBY_FRAMEWORK
117
# include <Ruby/ruby.h>
118
#else
119
# include <ruby.h>
120
#endif
121
#ifdef RUBY19_OR_LATER
122
-# ifdef FEAT_GUI_MACVIM
+# ifdef RUBY_FRAMEWORK
123
# include <Ruby/ruby/encoding.h>
124
# else
125
# include <ruby/encoding.h>
0 commit comments