Scilab: fix tests failing in 5.3.3 (conflict with Scilab function Error)

This commit is contained in:
Simon Marchetto 2013-08-21 11:11:41 +02:00
commit 67d4079e1f
2 changed files with 12 additions and 0 deletions

View file

@ -1,5 +1,11 @@
%module constructor_exception
#ifdef SWIGSCILAB
%inline %{
#undef Error
%}
#endif
%inline %{
class Error {
};