On Sun, May 12, 2013 at 7:18 AM, Bram Moolenaar <[email protected]> wrote: >> It seems this part of patch is missing. This would be needed for ia64 >> static link with ruby 1.8. > > OK. I thought this was defined in a Ruby header file. > > I'll also fix the preprocessor indents, they are missing for the whole > block used for dynamic loading. >
Thank you. Unfortunately ruby 1.8.7 doesn't have the define while 1.9.3 and 2.0.0 have. It seems the header was changed at 1.9. https://github.com/ruby/ruby/blob/ruby_1_8_7/ruby.h#L616 https://github.com/ruby/ruby/blob/ruby_1_9_3/include/ruby/ruby.h#L1218 -- Hiroshi Shirosaki -- -- You received this message from the "vim_dev" maillist. Do not top-post! Type your reply below the text you are replying to. For more information, visit http://www.vim.org/maillist.php --- You received this message because you are subscribed to the Google Groups "vim_dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/groups/opt_out.
