mirror of https://github.com/swig/swig
attempt to fix test again
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13118 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
020e137347
commit
184519b6a6
|
@ -38,12 +38,12 @@
|
|||
}
|
||||
|
||||
// This typemap was not used for no_typedef_out in 2.0.4 and earlier
|
||||
#ifdef SWIGTCL
|
||||
#if defined(SWIGJAVA) || defined(SWIGCSHARP)
|
||||
%typemap(out) std::deque<jada::uint> {
|
||||
$result = 0;
|
||||
}
|
||||
#else
|
||||
%typemap(out) std::deque<jada::uint> {
|
||||
$result = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue