Update of /cvsroot/mahogany/M/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31208/include

Modified Files:
        MPython.h PythonHelp.h 
Log Message:
updated to build with recent swig (>= 1.3.25)

Index: MPython.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/MPython.h,v
retrieving revision 1.15
retrieving revision 1.16
diff -b -u -2 -r1.15 -r1.16
--- MPython.h   9 Apr 2005 19:56:57 -0000       1.15
+++ MPython.h   15 Dec 2005 19:40:04 -0000      1.16
@@ -104,4 +104,5 @@
    extern PyObject *(*M_PyString_FromString)(const char *);
    extern PyObject *(*M_PyString_FromStringAndSize)(const char *, int);
+   extern PyObject *(*M_PyString_FromFormat)(const char *, ...);
    extern PyObject *(*M_PyString_InternFromString)(const char *);
    extern int (*M_PyString_Size)(PyObject *);
@@ -198,4 +199,5 @@
 #define PyString_FromString M_PyString_FromString
 #define PyString_FromStringAndSize M_PyString_FromStringAndSize
+#define PyString_FromFormat M_PyString_FromFormat
 #define PyString_InternFromString M_PyString_InternFromString
 #define PyString_Type (*M_PyString_Type)

Index: PythonHelp.h
===================================================================
RCS file: /cvsroot/mahogany/M/include/PythonHelp.h,v
retrieving revision 1.17
retrieving revision 1.18
diff -b -u -2 -r1.17 -r1.18
--- PythonHelp.h        18 Sep 2004 19:27:54 -0000      1.17
+++ PythonHelp.h        15 Dec 2005 19:40:04 -0000      1.18
@@ -14,4 +14,6 @@
 #define _PYTHONHELP_H_
 
+#include "wx/arrstr.h"
+
 class Profile;
 



-------------------------------------------------------
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