fix prototype warning
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7086 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b0033cf0ad
commit
9894f1b2d3
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue