Christ van Willegen wrote:
> typo-fix below. No need for a separate patch... > > On Sat, Apr 11, 2020 at 6:03 PM Bram Moolenaar <[email protected]> wrote: > > *** ../vim-8.2.0540/src/if_ruby.c 2020-04-02 18:50:42.423773112 +0200 > > --- src/if_ruby.c 2020-04-11 17:56:07.022470227 +0200 > > *************** > > *** 99,104 **** > > --- 99,110 ---- > > # define rb_ary_detransient rb_ary_detransient_stub > > #endif > > > > + // On macOS pre-installed Ruby defines "SIZEOF_TIME_T" as "SIZEOF_LONG" > > so it > > + // conflicts with the definition in config.h then causes macro-redifned > > warning. > > macro-redefined. I'll fix it now, will be included in some later patch. -- Communication is one of the most compli..., eh, well, it's hard. You know what I mean. Not? /// Bram Moolenaar -- [email protected] -- http://www.Moolenaar.net \\\ /// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\ \\\ an exciting new programming language -- http://www.Zimbu.org /// \\\ help me help AIDS victims -- http://ICCF-Holland.org /// -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/vim_dev/202004111932.03BJW21O023046%40masaka.moolenaar.net.
