diff src/version.c @ 3102:38a7fd904347 v7.3.322

updated for version 7.3.322 Problem: #ifdef for PDP_RETVAL doesn't work, INT_PTR can be a typedef. Solution: Check the MSC version and 64 bit flags. (Sergiu Dotenco)
author Bram Moolenaar <bram@vim.org>
date Wed, 21 Sep 2011 20:09:42 +0200
parents fc0804089b29
children 3bdb646fc8a4
line wrap: on
line diff
--- a/src/version.c
+++ b/src/version.c
@@ -710,6 +710,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    322,
+/**/
     321,
 /**/
     320,