1
0
forked from aniani/vim

updated for version 7.3.132

Problem:    C++ style comments.
Solution:   Change to C comments.
This commit is contained in:
Bram Moolenaar 2011-02-25 15:18:50 +01:00
parent c725c0ad9b
commit 0c1f3f4d49
2 changed files with 5 additions and 3 deletions

View File

@ -22,8 +22,8 @@
* Adaptations to support both python3.x and python2.x * Adaptations to support both python3.x and python2.x
*/ */
// uncomment this if used with the debug version of python /* uncomment this if used with the debug version of python */
// #define Py_DEBUG /* #define Py_DEBUG */
#include "vim.h" #include "vim.h"
@ -74,7 +74,7 @@ static void init_structs(void);
#define PyString_Size(obj) PyUnicode_GET_SIZE(obj) #define PyString_Size(obj) PyUnicode_GET_SIZE(obj)
#define PyString_FromString(repr) PyUnicode_FromString(repr) #define PyString_FromString(repr) PyUnicode_FromString(repr)
#if defined(DYNAMIC_PYTHON3) #if defined(DYNAMIC_PYTHON3) || defined(PROTO)
# ifndef WIN3264 # ifndef WIN3264
# include <dlfcn.h> # include <dlfcn.h>

View File

@ -714,6 +714,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
132,
/**/ /**/
131, 131,
/**/ /**/