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? One thing I would change: No space between the function name and the following (. > > > 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. -- When a fly lands on the ceiling, does it do a half roll or a half loop? /// 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.
