Charles Campbell wrote:
> Hello, Dominique:
>
> May I point out that old C compilers (ie. those that conform to K&R style C)
> error-out on declarations which follow compilable code. In particular,
> int match_user(name)
> char_u* name;
> {
> init_users();
> int i;
> ...
>
> will not compile with them. All that's needed is to push "init_users()" to
> after the initial block of declarations.Thanks for spotting it. Here is another update to the patch with a few other minor changes. -- Dominique -- 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
complete-users-7.3.618.patch
Description: Binary data
