Dominique Pellé wrote: > Attached patch fixes the following compilation > error with the Motif GUI with vim-7.4.1210: > > $ gcc -c -I. -Iproto -DHAVE_CONFIG_H -DFEAT_GUI_MOTIF -g -O2 -Wall > -Wshadow -Wmissing-prototypes -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=3D1 > -DEXITFREE -o objects/gui_motif.o gui_motif.c > ... > gui_motif.c:121:51: error: unknown type name =E2=80=98call_data=E2=80=99 > scroll_cb(Widget w UNUSED, XtPointer client_data, call_data) > ^ > gui_motif.c:86:13: warning: =E2=80=98scroll_cb=E2=80=99 used but never defi= > ned > static void scroll_cb(Widget w, XtPointer client_data, XtPointer call_data= > ); > ^
Thanks! -- How many light bulbs does it take to change a person? /// 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.
