readd removed \!

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8671 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2006-02-01 22:46:46 +00:00
commit 285aeff366
2 changed files with 2 additions and 2 deletions

View file

@ -19,7 +19,7 @@ private:
$action
*/
}
%feature("allowexcept");
%allowexception;
%inline %{
XYZ global_variable;

View file

@ -1209,7 +1209,7 @@ Language::variableHandler(Node *n) {
only variables.
*/
if (!(Extend | SmartPointer)) {
if (GetFlag(n,"feature:allowexcept")) {
if (!GetFlag(n,"feature:allowexcept")) {
UnsetFlag(n,"feature:except");
}
if (Getattr(n,"feature:exceptvar")) {