Type-checking changes
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@660 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
3e6fdf7563
commit
5a8e736ee5
1 changed files with 4 additions and 1 deletions
|
|
@ -276,7 +276,10 @@ void TCL8::headers(void)
|
|||
if (NoInclude) {
|
||||
Printf(f_runtime,"#define SWIG_NOINCLUDE\n");
|
||||
}
|
||||
|
||||
if (Swig_insert_file("common.swg",f_runtime) == -1) {
|
||||
Printf(stderr,"SWIG : Fatal error. Unable to locate 'common.swg' in SWIG library.\n");
|
||||
SWIG_exit(1);
|
||||
}
|
||||
if (Swig_insert_file("swigtcl8.swg",f_runtime) == -1) {
|
||||
Printf(stderr,"SWIG : Fatal error. Unable to locate 'swigtcl8.swg' in SWIG library.\n");
|
||||
SWIG_exit(1);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue