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:
William S Fulton 2012-05-24 23:01:28 +00:00
parent 020e137347
commit 184519b6a6
1 changed files with 2 additions and 2 deletions

View File

@ -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