]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.410 v7.3.410
authorBram Moolenaar <Bram@vim.org>
Mon, 23 Jan 2012 19:48:40 +0000 (20:48 +0100)
committerBram Moolenaar <Bram@vim.org>
Mon, 23 Jan 2012 19:48:40 +0000 (20:48 +0100)
Problem:    Compiler error for // comment. (Joachim Schmitz)
Solution:   Turn into /* comment */.

src/message.c
src/version.c

index 95f626c95df29bc0bb727a25d1831789e6af20ca..872fadc661e7c134bb5c4480b396d2d43fdd76c9 100644 (file)
@@ -333,7 +333,7 @@ trunc_string(s, buf, room, buflen)
     }
     else
     {
-       buf[e - 1] = NUL;  // make sure it is truncated
+       buf[e - 1] = NUL;  /* make sure it is truncated */
     }
 }
 
index 110f14f01ee6684d5b8a54ae2e56584a258c19c8..9294728f7780d52fab4b174ae47516b4f8ee01da 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    410,
 /**/
     409,
 /**/