updated for version 7.3.941

Problem:    Stuff in if_py_both.h is ordered badly.
Solution:   Reorder by type. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-05-12 19:45:35 +02:00
parent cc32e7f070
commit 61b1fe8326
3 changed files with 440 additions and 462 deletions
+438 -459
View File
File diff suppressed because it is too large Load Diff
-3
View File
@@ -1019,9 +1019,6 @@ static int ConvertFromPyObject(PyObject *, typval_T *);
#define BufferType_Check(obj) ((obj)->ob_type == &BufferType)
static PyInt BufferLength(PyObject *);
static PyObject *BufferItem(PyObject *, PyInt);
static PyObject *BufferSlice(PyObject *, PyInt, PyInt);
static PyInt BufferAssItem(PyObject *, PyInt, PyObject *);
static PyInt BufferAssSlice(PyObject *, PyInt, PyInt, PyObject *);
+2
View File
@@ -728,6 +728,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
941,
/**/
940,
/**/