]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
* Include/rename1.h: added PyMethodDef and PyObject
authorGuido van Rossum <guido@python.org>
Fri, 12 Aug 1994 12:46:05 +0000 (12:46 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 12 Aug 1994 12:46:05 +0000 (12:46 +0000)
Include/rename1.h

index 1e944a0786073ccbc9d7cb676d6edd4b7c44e3e5..e54cee31044f2255b09a07408272fe08aa4297e1 100755 (executable)
@@ -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