Nicolas Weber wrote:

> > You probably already know, but when I patched my source and  
> > compiled it, I got these warnings:
> >
> > gui.c: In function ‘gui_init_which_components’:
> > gui.c:3229: warning: implicit declaration of function  
> > ‘gui_mch_showing_tabline’
> > gui.c: In function ‘gui_update_tabline’:
> > gui.c:3403: warning: implicit declaration of function  
> > ‘gui_mch_show_tabline’
> > gui.c:3405: warning: implicit declaration of function  
> > ‘gui_mch_update_tabline’
> > gui.c: In function ‘send_tabline_event’:
> > gui.c:3527: warning: implicit declaration of function  
> > ‘gui_mch_set_curtab’
> >
> > Not crucial, obviously, but should be fixed.
> 
> Hm. Do these warnings appear in win32/linux as well? I can't find  
> prototypes for these functions anywhere in the code, so I guess this  
> is a general problem...can someone comment on this?

Prototypes for functions in gui_mac.c should be put in
proto/gui_mac.pro.

-- 
A M00se once bit my sister ...
                 "Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD

 /// Bram Moolenaar -- [EMAIL PROTECTED] -- http://www.Moolenaar.net   \\\
///        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\        download, build and distribute -- http://www.A-A-P.org        ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

Reply via email to