Changes between Initial Version and Version 1 of Ticket #44624
- Timestamp:
- Aug 12, 2014, 4:41:00 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #44624 – Description
initial v1 18 18 19 19 This is because the function is only available in 64bit ruby where int != long. vim handles this by checking macros that are set at configure time rather than build time: 20 20 {{{ 21 21 # if VIM_SIZEOF_INT < VIM_SIZEOF_LONG /* 64 bits only */ 22 22 # if defined(DYNAMIC_RUBY_VER) && DYNAMIC_RUBY_VER <= 18 … … 26 26 # define rb_num2uint dll_rb_num2uint 27 27 # endif 28 28 }}} 29 29 I suggest vim use muniversal to address this