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:
parent
3d00467e39
commit
a62189b4e5
1 changed files with 1 additions and 1 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue