scilab: fix import_stl_b test

This commit is contained in:
Simon Marchetto 2014-04-15 15:18:38 +02:00
commit 7b2af1de70
2 changed files with 3 additions and 0 deletions

View file

@ -37,6 +37,7 @@
#include <stdexcept>
%}
%include <exception.i>
%include <std_except.i>
%fragment("SciSequence_Cont", "header",

View file

@ -2,6 +2,8 @@
* Exception typemaps (throws)
*/
%include <exception.i>
%typemap(throws, noblock=1) int, unsigned int, signed int,
int&,unsigned int&, signed int&,
long, unsigned long, signed long,