0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

Various smaller changes. Updated proto files. Updated dependencies.

This commit is contained in:
Bram Moolenaar
2010-05-20 21:46:00 +02:00
parent fa7584cb86
commit 218116c1d0
11 changed files with 51 additions and 26 deletions

View File

@@ -170,7 +170,10 @@ static void ruby_vim_init(void);
#define rb_str_cat dll_rb_str_cat
#define rb_str_concat dll_rb_str_concat
#define rb_str_new dll_rb_str_new
#define rb_str_new2 dll_rb_str_new2
/* Ruby may also define rb_str_new2. */
#ifndef rb_str_new2
# define rb_str_new2 dll_rb_str_new2
#endif
#if defined(DYNAMIC_RUBY_VER) && DYNAMIC_RUBY_VER >= 18
# define rb_string_value_ptr dll_rb_string_value_ptr
# define rb_float_new dll_rb_float_new