Changes between Initial Version and Version 1 of Ticket #44624


Ignore:
Timestamp:
Aug 12, 2014, 4:41:00 PM (10 years ago)
Author:
jeremyhu (Jeremy Huddleston Sequoia)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #44624 – Description

    initial v1  
    1818
    1919This 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{{{
    2121# if VIM_SIZEOF_INT < VIM_SIZEOF_LONG /* 64 bits only */
    2222#  if defined(DYNAMIC_RUBY_VER) && DYNAMIC_RUBY_VER <= 18
     
    2626#  define rb_num2uint                   dll_rb_num2uint
    2727# endif
    28 
     28}}}
    2929I suggest vim use muniversal to address this