diff options
author | Arnaud Faucher <arnaud.faucher@gmail.com> | 2010-11-22 00:07:21 +0100 |
---|---|---|
committer | Jelmer Vernooij <jelmer@samba.org> | 2010-11-22 00:52:56 +0100 |
commit | 2ac5cedb719d220db412d0bdc69e34bad9ab26f1 (patch) | |
tree | 0544a791f72b2416b9bc74d62671d1547b1b2458 /source4/librpc/rpc | |
parent | 6534358a1ae0e3540f84ebc531519fe5c5711ad3 (diff) | |
download | samba-2ac5cedb719d220db412d0bdc69e34bad9ab26f1.tar.gz samba-2ac5cedb719d220db412d0bdc69e34bad9ab26f1.tar.bz2 samba-2ac5cedb719d220db412d0bdc69e34bad9ab26f1.zip |
Avoid the use of PyAPI_DATA, which is for internal Python API's.
Signed-off-by: Jelmer Vernooij <jelmer@samba.org>
Autobuild-User: Jelmer Vernooij <jelmer@samba.org>
Autobuild-Date: Mon Nov 22 00:52:56 CET 2010 on sn-devel-104
Diffstat (limited to 'source4/librpc/rpc')
-rw-r--r-- | source4/librpc/rpc/pyrpc_util.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/source4/librpc/rpc/pyrpc_util.h b/source4/librpc/rpc/pyrpc_util.h index 1efe112a11..f102014147 100644 --- a/source4/librpc/rpc/pyrpc_util.h +++ b/source4/librpc/rpc/pyrpc_util.h @@ -25,11 +25,6 @@ #include "librpc/rpc/pyrpc.h" -/* This macro is only provided by Python >= 2.3 */ -#ifndef PyAPI_DATA -# define PyAPI_DATA(RTYPE) extern RTYPE -#endif - #define PyErr_FromNdrError(err) Py_BuildValue("(is)", err, ndr_map_error2string(err)) #define PyErr_SetNdrError(err) \ |