Hirohito Higashi wrote: > 2016-1-21(Thu) 6:48:27 UTC+9 Bram Moolenaar: > > Hirohito Higashi wrote: > > > > > Hi Bram and Vimmers! > > > > > > 2016-1-20(Wed) 3:00:59 UTC+9 Bram Moolenaar: > > > > Hirohito Higashi wrote: > > > > > > > > > > Sorry for the huge patch! > > > > > > > > > > > > Let me know if there is someone with an old compiler that can't > > > > > > handle > > > > > > this ANSI style code. If not then I'll continue moving forward with > > > > > > this, making C89 the minimal required C standard. > > > > > > > > > > I've eliminated the __ARGS. > > > > > > > > Thanks. I'll wait a bit to make sure removing __ARGS doesn't cause > > > > problems for anyone. > > > > > > > > I suppose you used a Vim command or script? > > > > > > I mainly used complex repeats (:help complex-repeat) and :cfdo > > > It can be processed as 15 minutes. > > > > Perhaps you can give me this script, instead of updating the big patch > > every time a file changes around __ARGS? > > I attached a Vim script. > Usage: > - Place the eliminate__ARGS.vim to the hierarchy on one of the vim directory. > - execute following command. > $ cd vim > $ vim -Nu NONE -S ../eliminate__ARGS.vim > > > One thing I would change: No space between the function name and the > > following (. > > Yeah, I think so. Attached script support it. > > > > > > > > Unfortunately, I can not fix src/osdef.sh > > > > > Please fix this file. > > > > > > > > > > Otherwise, I have succeeded to build and test ALL DONE with the > > > > > auto/osdef.h before the modification on Linux. (src/auto/osdef.h is > > > > > created by src/osdef.sh) > > > > > > > > > > I need a help! > > > > > > > > Changing those sed commands is tricky... > > > > > > Update a patch. > > > I got it. (I used a work-around :-) > > > Please see following files. > > > src/osdef.sh > > > src/osdef1.h.in > > > src/osdef2.h.in > > > > > > > > > I confirmed in fedora Linux. > > > > > > Someone confirm in the other OS please. > > > > I see there is still __ARGS in the input file. It would work, but it's > > nicer if we can drop it. > > Maybe done :-)
Thanks. Unless someone complains about the removal of __ARGS soon I'll probably make the change this weekend. -- hundred-and-one symptoms of being an internet addict: 27. You refer to your age as 3.x. /// 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.
