summaryrefslogtreecommitdiffstats
path: root/Include/rename1.h
diff options
context:
space:
mode:
authorGuido van Rossum <guido@python.org>1994-08-12 12:46:05 (GMT)
committerGuido van Rossum <guido@python.org>1994-08-12 12:46:05 (GMT)
commite025e31de6973ce6bb7d8ee988683acf9cb9ff92 (patch)
treeffd0dd07b84f75271153cc28240799a35e840ca4 /Include/rename1.h
parent03d8f745e6956e84f948788a4043ea2d4665d9c1 (diff)
downloadcpython-e025e31de6973ce6bb7d8ee988683acf9cb9ff92.zip
cpython-e025e31de6973ce6bb7d8ee988683acf9cb9ff92.tar.gz
cpython-e025e31de6973ce6bb7d8ee988683acf9cb9ff92.tar.bz2
* Include/rename1.h: added PyMethodDef and PyObject
Diffstat (limited to 'Include/rename1.h')
-rwxr-xr-xInclude/rename1.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Include/rename1.h b/Include/rename1.h
index 1e944a0..e54cee3 100755
--- a/Include/rename1.h
+++ b/Include/rename1.h
@@ -33,6 +33,7 @@ OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
distribution. */
typedef ANY *PyUnivPtr;
+typedef struct methodlist PyMethodDef;
#define Py_NO_DEBUG NDEBUG
#define Py_TRACE_REFS TRACE_REFS
@@ -88,6 +89,7 @@ typedef ANY *PyUnivPtr;
#define PyIntObject intobject
#define PyLongObject longobject
#define PyNothingObject noobject
+#define PyObject object
#define PyStringObject stringobject
#define PyTypeObject typeobject
#define PyListObject listobject