readd removed \!
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@8671 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
d0b18a8c13
commit
285aeff366
2 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@ private:
|
|||
$action
|
||||
*/
|
||||
}
|
||||
%feature("allowexcept");
|
||||
%allowexception;
|
||||
|
||||
%inline %{
|
||||
XYZ global_variable;
|
||||
|
|
|
|||
|
|
@ -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")) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue