0
0
mirror of https://github.com/vim/vim.git synced 2025-09-24 03:44:06 -04:00

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 4d1da49cfe
commit 335e0b6974
3 changed files with 4 additions and 39 deletions

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)