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:
William S Fulton 2005-06-03 21:25:00 +00:00
commit c09b7fa897
6 changed files with 14 additions and 14 deletions

View file

@ -30,7 +30,7 @@
%csnothrowexception NoThrowException() {
try {
$action
} catch(Ex e) {
} catch(Ex) {
// swallowed
}
}