From 9894f1b2d3d4ce551e8f94178187fd2f9482942e Mon Sep 17 00:00:00 2001 From: Marcelo Matus Date: Sat, 19 Mar 2005 21:38:32 +0000 Subject: [PATCH] fix prototype warning git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7086 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 ea33f5d51..093822e3d 100644 --- a/Lib/python/pyrun.swg +++ b/Lib/python/pyrun.swg @@ -750,7 +750,7 @@ void *SWIG_ReturnGlobalTypeList(void *); #endif SWIGRUNTIME swig_module_info * -SWIG_Python_GetModule() { +SWIG_Python_GetModule(void) { static void *type_pointer = (void *)0; /* first check if module already created */ if (!type_pointer) {