Scilab: fix tests failing in 5.3.3 (conflict with Scilab function Error)
This commit is contained in:
parent
7a0aaa39b3
commit
67d4079e1f
2 changed files with 12 additions and 0 deletions
|
|
@ -1,5 +1,11 @@
|
|||
%module constructor_exception
|
||||
|
||||
#ifdef SWIGSCILAB
|
||||
%inline %{
|
||||
#undef Error
|
||||
%}
|
||||
#endif
|
||||
|
||||
%inline %{
|
||||
class Error {
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue