updated for version 7.3.910

Problem:    Python code in #ifdef branches with only minor differences.
Solution:   Merge the #ifdef branches. (ZyX)
This commit is contained in:
Bram Moolenaar
2013-04-24 13:47:45 +02:00
parent 4c0b05b3a6
commit bdbbfbf2e5
3 changed files with 4 additions and 39 deletions
+1
View File
@@ -59,6 +59,7 @@
static void init_structs(void);
#define PyBytes_FromString PyString_FromString
#define PyBytes_Check PyString_Check
/* No-op conversion functions, use with care! */
#define PyString_AsBytes(obj) (obj)