fix prototype warnings, as reported by Max Browsher

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@9035 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-03-26 07:24:41 +00:00
commit a62189b4e5

View file

@ -81,7 +81,7 @@ extern "C" {
/* Object support */
SWIGRUNTIME Tcl_HashTable*
SWIG_Tcl_ObjectTable() {
SWIG_Tcl_ObjectTable(void) {
static Tcl_HashTable swigobjectTable;
static int swigobjectTableinit = 0;
if (!swigobjectTableinit) {