Owen Leibman wrote: > > When all the new code was ported to z/OS, there were compile errors in > > eval.c and window.c > > (missing definition for mb_char2bytes in the former and mb_ptr2char in > > the latter). > > I was able to come up with a simple workaround in each case, but, since > > it looks to me like they ought to be defined via vim.h/globals.h, > > I am unsure why the error showed up, and so am not satisfied that I have > > the "correct" solution. > > I will continue to research. > > In both cases, the problem was that a multi-byte function was being > used without checking if multi-byte support was available. It is not > yet available in Vim on z/OS. > Other environments without such support would fail in the same way. > One line patches for both programs are attached.
Thanks! -- The CIA drives around in cars with the "Intel inside" logo. /// 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]. For more options, visit https://groups.google.com/d/optout.
