fix prototype warning

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7082 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2005-03-19 19:35:42 +00:00
commit 7ee5f85b5a
3 changed files with 5 additions and 5 deletions

View file

@ -152,7 +152,7 @@ PySwigObject_dealloc(PySwigObject *self)
}
SWIGRUNTIME PyTypeObject*
PySwigObject_type() {
PySwigObject_type(void) {
static char pyswigobject_type__doc__[] =
"Swig object carries a C/C++ instance pointer";
@ -339,7 +339,7 @@ PySwigPacked_dealloc(PySwigPacked *self)
}
SWIGRUNTIME PyTypeObject*
PySwigPacked_type() {
PySwigPacked_type(void) {
static char pyswigpacked_type__doc__[] =
"Swig object carries a C/C++ instance pointer";
static PyTypeObject pyswigpacked_type