Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1:/tmp/cvs-serv3179/src/Python

Modified Files:
        PythonDll.cpp 
Log Message:
added PyObject_Free() to the list of remapped functions

Index: PythonDll.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonDll.cpp,v
retrieving revision 1.14
retrieving revision 1.15
diff -b -u -2 -r1.14 -r1.15
--- PythonDll.cpp       13 Jan 2004 23:40:24 -0000      1.14
+++ PythonDll.cpp       14 Jan 2004 00:30:53 -0000      1.15
@@ -80,4 +80,5 @@
    PyObject *(*M_PyObject_GetAttrString)(PyObject *, char *) = NULL;
    void *(*M_PyObject_Malloc)(size_t) = NULL;
+   void (*M_PyObject_Free)(void *) = NULL;
    int (*M_PyObject_SetAttrString)(PyObject *, char *, PyObject *) = NULL;
    int (*M_PyObject_Size)(PyObject *) = NULL;
@@ -185,4 +186,5 @@
    PYTHON_FUNC(PyObject_GetAttrString)
    PYTHON_FUNC(PyObject_Malloc)
+   PYTHON_FUNC(PyObject_Free)
    PYTHON_FUNC(PyObject_SetAttrString)
    PYTHON_FUNC(PyObject_Size)



-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
Mahogany-cvsupdates mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to