I wrote: > Patch 7.4.1098 > Problem: Still using old style C function declarations. > Solution: Always define __ARGS() to include types. Turn a few functions > into ANSI style to find out if this causes problems for anyone. > Files: src/vim.h, src/os_unix.h, src/eval.c, src/main.c
Let me know if this causes any problems. If not, then we can convert all functions to ANSI style over time. ANSI C was defined in 1989 and I don't know of any system for which there is no ANSI C compiler. -- Hacker: Someone skilled in computer programming (good guy). Cracker: A hacker that uses his skills to crack software (bad guy). /// 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.
