]> granicus.if.org Git - vim/commitdiff
updated for version 7.3.132 v7.3.132
authorBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 14:18:50 +0000 (15:18 +0100)
committerBram Moolenaar <Bram@vim.org>
Fri, 25 Feb 2011 14:18:50 +0000 (15:18 +0100)
Problem:    C++ style comments.
Solution:   Change to C comments.

src/if_python3.c
src/version.c

index 7f3f0f27655a3a1dcb6109b23b7e221319632c39..91d3f65c157b59629c670f7e6d85089830c99ad1 100644 (file)
@@ -22,8 +22,8 @@
  * Adaptations to support both python3.x and python2.x
  */
 
-// uncomment this if used with the debug version of python
-// #define Py_DEBUG
+/* uncomment this if used with the debug version of python */
+/* #define Py_DEBUG */
 
 #include "vim.h"
 
@@ -74,7 +74,7 @@ static void init_structs(void);
 #define PyString_Size(obj) PyUnicode_GET_SIZE(obj)
 #define PyString_FromString(repr) PyUnicode_FromString(repr)
 
-#if defined(DYNAMIC_PYTHON3)
+#if defined(DYNAMIC_PYTHON3) || defined(PROTO)
 
 # ifndef WIN3264
 #  include <dlfcn.h>
index 030ceece3eedad65ce9f662f410a1c280176958e..a61686082bff082d0a5d19f548d338889209159f 100644 (file)
@@ -714,6 +714,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    132,
 /**/
     131,
 /**/