Hello everybody This is a very small patch. The preprocessor directive is not nested. It distracted me a little.
Greetings Elias -- 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
diff -r 8201108e9cf0 src/normal.c --- a/src/normal.c Tue May 01 21:14:34 2012 +0200 +++ b/src/normal.c Tue May 22 11:02:12 2012 +0200 @@ -29,9 +29,9 @@ static void set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount)); #endif static int -# ifdef __BORLANDC__ +#ifdef __BORLANDC__ _RTLENTRYF -# endif +#endif nv_compare __ARGS((const void *s1, const void *s2)); static int find_command __ARGS((int cmdchar)); static void op_colon __ARGS((oparg_T *oap));
