From 7c1b632af41e99bb3effaaff9520e58351fa9164 Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Fri, 2 Dec 2005 19:35:53 +0000 Subject: [PATCH] fix borland warning git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7918 626c5289-ae23-0410-ae9c-e8d60b6d4f22 --- Lib/python/pyrun.swg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Lib/python/pyrun.swg b/Lib/python/pyrun.swg index d4d227b4c..881784cf1 100644 --- a/Lib/python/pyrun.swg +++ b/Lib/python/pyrun.swg @@ -639,7 +639,7 @@ PySwigPacked_UnpackData(PyObject *obj, void *ptr, size_t size) SWIGRUNTIME PyObject * -SWIG_This() +SWIG_This(void) { static PyObject *SWIG_STATIC_POINTER(swig_this) = PyString_FromString("this"); return swig_this;