test fix again
git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@13117 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
parent
522382c05e
commit
020e137347
1 changed files with 6 additions and 0 deletions
|
|
@ -38,8 +38,14 @@
|
|||
}
|
||||
|
||||
// This typemap was not used for no_typedef_out in 2.0.4 and earlier
|
||||
#ifdef SWIGTCL
|
||||
%typemap(out) std::deque<jada::uint> {
|
||||
}
|
||||
#else
|
||||
%typemap(out) std::deque<jada::uint> {
|
||||
$result = 0;
|
||||
}
|
||||
#endif
|
||||
|
||||
namespace jada {
|
||||
typedef unsigned int uint;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue