mirror of
https://github.com/samba-team/samba.git
synced 2024-12-24 21:34:56 +03:00
pyldb: Provide replacement for sizeargfunc, not available before Python2.5.
This commit is contained in:
parent
00b61ff2cf
commit
4bbd2cbab7
@ -32,6 +32,7 @@
|
||||
#if PY_MAJOR_VERSION == 2 && PY_MINOR_VERSION < 5
|
||||
typedef int Py_ssize_t;
|
||||
typedef inquiry lenfunc;
|
||||
typedef intargfunc sizeargfunc;
|
||||
#endif
|
||||
|
||||
/* Picked out of thin air. To do this properly, we should probably have some part of the
|
||||
|
Loading…
Reference in New Issue
Block a user