File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6464
6565#define PY_SSIZE_T_CLEAN
6666
67- #ifdef FEAT_GUI_MACVIM
68- # include <Python/Python.h>
69- #else
70- # include <Python.h>
71- #endif
67+ #include <Python.h>
7268
7369#if !defined(PY_VERSION_HEX ) || PY_VERSION_HEX < 0x02050000
7470# undef PY_SSIZE_T_CLEAN
Original file line number Diff line number Diff line change 117117# define rb_gc_writebarrier_unprotect rb_gc_writebarrier_unprotect_stub
118118#endif
119119
120- #ifdef FEAT_GUI_MACVIM
121- # include <Ruby/ruby.h>
122- #else
123- # include <ruby.h>
124- #endif
120+ #include <ruby.h>
125121#ifdef RUBY19_OR_LATER
126- # ifdef FEAT_GUI_MACVIM
127- # undef SIZEOF_TIME_T
128- # include <Ruby/ruby/encoding.h>
129- # else
130- # include <ruby/encoding.h>
131- # endif
122+ # include <ruby/encoding.h>
132123#endif
133124
134125#undef off_t /* ruby defines off_t as _int64, Mingw uses long */
You can’t perform that action at this time.
0 commit comments