1
0
forked from aniani/vim

updated for version 7.3.936

Problem:    Ruby 1.8: Missing piece for static linking on 64 bit systems.
Solution:   Define ruby_init_stack() (Hiroshi Shirosaki)
            Also fix preprocessor indents.
This commit is contained in:
Bram Moolenaar
2013-05-12 14:11:17 +02:00
parent 76a86063ca
commit 3b9abb6cc2
2 changed files with 153 additions and 147 deletions

View File

@@ -158,6 +158,10 @@ static void error_print(int);
static void ruby_io_init(void); static void ruby_io_init(void);
static void ruby_vim_init(void); static void ruby_vim_init(void);
#if defined(__ia64) && !defined(ruby_init_stack)
# define ruby_init_stack(addr) ruby_init_stack((addr), rb_ia64_bsp())
#endif
#if defined(DYNAMIC_RUBY) || defined(PROTO) #if defined(DYNAMIC_RUBY) || defined(PROTO)
# ifdef PROTO # ifdef PROTO
# define HINSTANCE int /* for generating prototypes */ # define HINSTANCE int /* for generating prototypes */

View File

@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
936,
/**/ /**/
935, 935,
/**/ /**/