changeset 3531:257c2878e0fc v7.3.526

updated for version 7.3.526 Problem: Confusing indenting for #ifdef. Solution: Remove and add indent. (Elias Diem)
author Bram Moolenaar <bram@vim.org>
date Fri, 25 May 2012 11:04:38 +0200
parents 469e04f9fade
children 67da3cb8b03c
files src/normal.c src/version.c
diffstat 2 files changed, 5 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/src/normal.c
+++ b/src/normal.c
@@ -29,9 +29,9 @@ static int	restart_VIsual_select = 0;
 static void	set_vcount_ca __ARGS((cmdarg_T *cap, int *set_prevcount));
 #endif
 static int
-# ifdef __BORLANDC__
-_RTLENTRYF
-# endif
+#ifdef __BORLANDC__
+    _RTLENTRYF
+#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));
--- a/src/version.c
+++ b/src/version.c
@@ -715,6 +715,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    526,
+/**/
     525,
 /**/
     524,