fix -external-runtime and warning arounds in subversion
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8666 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
872422e8eb
commit
dbdcf4462c
22 changed files with 98 additions and 83 deletions
|
|
@ -3172,6 +3172,13 @@ public:
|
|||
Append(s, shead);
|
||||
Delete(shead);
|
||||
}
|
||||
String *serrors = Swig_include_sys("pyerrors.swg");
|
||||
if (!serrors) {
|
||||
Printf(stderr, "*** Unable to open 'pyerrors.swg'\n");
|
||||
} else {
|
||||
Append(s, serrors);
|
||||
Delete(serrors);
|
||||
}
|
||||
String *sthread = Swig_include_sys("pythreads.swg");
|
||||
if (!sthread) {
|
||||
Printf(stderr, "*** Unable to open 'pythreads.swg'\n");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue