fix version check for python 2.3.0
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@6372 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
785190bbf1
commit
7346e7eaf2
1 changed files with 1 additions and 1 deletions
|
|
@ -153,7 +153,7 @@ static PyTypeObject varlinktype = {
|
|||
0, /* tp_subclasses */
|
||||
0, /* tp_weaklist */
|
||||
#endif
|
||||
#if PY_VERSION_HEX >= 0x02030200
|
||||
#if PY_VERSION_HEX >= 0x02030000
|
||||
0, /* tp_del */
|
||||
#endif
|
||||
#ifdef COUNT_ALLOCS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue