Dominique wrote: > Bram Moolenaar wrote: > > > Patch 7.4.1905 (after 7.4.1903) > > Problem: Some compilers can't handle a double semicolon. > > Solution: Remove one semicolon. > > Files: src/ex_cmds.c > > I don't know which compiler has trouble with 2 semi-colons > but I see other occurrences in Vim source code (fixed > in attached patch): > > $ egrep ';;$' *.c > dosinst.c: choices[choice_count].installfunc = NULL;; > dosinst.c: choices[choice_count].installfunc = NULL;; > fold.c: int low_level = 0;; > gui_gtk_x11.c: char_u **array = NULL;; > gui_w32.c: char_u *ws = NULL;; > main.c: current_SID = save_sid;; > misc2.c: new->ffs_star_star_empty = star_star_empty;;
Thanks! -- hundred-and-one symptoms of being an internet addict: 69. Yahoo welcomes you with your own start page /// 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.
