Ken Takata wrote: > I saw the following thread in vim_use, and I found some mistakes in > function prototypes. > https://groups.google.com/d/topic/vim_use/_layXHD5hUk/discussion > > Warning W8065 .\version.c 3504: Call to function 'list_features' with no > prototype in function list_version > Warning W8065 if_py_both.h 2033: Call to function 'py_list_alloc' with no > prototype in function ListConstructor > Warning W8065 if_python.c 1385: Call to function 'init_types' with no > prototype in function PythonMod_Init > Warning W8065 .\gui_w48.c 3131: Call to function 'update_im_font' with no > prototype in function gui_mch_wide_font_changed > > Attached patch fixes them.
Thanks! -- A disclaimer for the disclaimer: "and before I get a huge amount of complaints , I have no control over the disclaimer at the end of this mail :-)" (Timothy Aldrich) /// 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/groups/opt_out.
