From 57239efcf992d17ee6ecf58c548c5df92bb036cc Mon Sep 17 00:00:00 2001 From: Dave Beazley Date: Tue, 25 Feb 2003 21:13:44 +0000 Subject: [PATCH] Added void prototype. [ 635347 ] Compilation warning from libpy.c. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@4391 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 1b770bde0..3e9aafdc2 100644 --- a/Lib/python/pyrun.swg +++ b/Lib/python/pyrun.swg @@ -40,7 +40,7 @@ typedef struct swig_const_info { #ifdef SWIG_NOINCLUDE -SWIGEXPORT(PyObject *) SWIG_newvarlink(); +SWIGEXPORT(PyObject *) SWIG_newvarlink(void); SWIGEXPORT(void) SWIG_addvarlink(PyObject *, char *, PyObject *(*)(void), int (*)(PyObject *)); SWIGEXPORT(int) SWIG_ConvertPtr(PyObject *, void **, swig_type_info *, int); SWIGEXPORT(int) SWIG_ConvertPacked(PyObject *, void *, int sz, swig_type_info *, int);