Update of /cvsroot/mahogany/M/src/Python
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3434/src/Python

Modified Files:
        PythonDll.cpp 
Log Message:
corrected typo in M_PyLong_FromVoidPtr definition

Index: PythonDll.cpp
===================================================================
RCS file: /cvsroot/mahogany/M/src/Python/PythonDll.cpp,v
retrieving revision 1.22
retrieving revision 1.23
diff -b -u -2 -r1.22 -r1.23
--- PythonDll.cpp       15 Dec 2005 21:17:48 -0000      1.22
+++ PythonDll.cpp       15 Dec 2005 22:49:55 -0000      1.23
@@ -99,5 +99,5 @@
    unsigned long (*M_PyLong_AsUnsignedLong)(PyObject *) = NULL;
    PyObject*(*M_PyLong_FromUnsignedLong)(unsigned long) = NULL;
-   PyObject*(*M_PyLong_FromVoidPtr)(unsigned long) = NULL;
+   PyObject*(*M_PyLong_FromVoidPtr)(void *) = NULL;
    PyTypeObject *M_PyInt_Type = NULL;
    PyTypeObject *M_PyLong_Type = NULL;



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Mahogany-cvsupdates mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/mahogany-cvsupdates

Reply via email to