Added Wacltcl_Init()

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@1227 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Dave Beazley 2001-06-26 15:54:53 +00:00
commit 2ff8962280

View file

@ -116,3 +116,7 @@ void tclwadinit() {
int Wad_Init(Tcl_Interp *interp) {
return TCL_OK;
}
int Wadtcl_Init(Tcl_Interp *interp) {
return TCL_OK;
}