Various fixes for VC++7.1 and Sun Studio 10
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@7257 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
b6b35e2e71
commit
c09b7fa897
6 changed files with 14 additions and 14 deletions
|
|
@ -30,7 +30,7 @@
|
|||
%csnothrowexception NoThrowException() {
|
||||
try {
|
||||
$action
|
||||
} catch(Ex e) {
|
||||
} catch(Ex) {
|
||||
// swallowed
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue