2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Spirit: merging from trunk upto rev. 61489

[SVN r63640]
This commit is contained in:
Hartmut Kaiser
2010-07-04 22:38:38 +00:00
parent 63a3f188b8
commit e13ebcd0e8
2 changed files with 5 additions and 5 deletions

View File

@@ -182,8 +182,8 @@ typedef int pid_t;
# define Py_REFCNT(o) (((PyObject*)(o))->ob_refcnt)
# define Py_SIZE(o) (((PyVarObject*)(o))->ob_size)
# define PyVarObject_HEAD_INIT(type, size) \
PyObject_HEAD_INIT(type) size,
# define PyVarObject_HEAD_INIT(type, size) \
PyObject_HEAD_INIT(type) size,
#endif