extending std_string and more fixes

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk/SWIG@5771 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Marcelo Matus 2004-03-18 21:20:55 +00:00
commit 2568b57d46
11 changed files with 248 additions and 111 deletions

View file

@ -134,7 +134,7 @@
sequence *pseq = new sequence();
assign(pyseq, pseq);
*seq = pseq;
return 2;
return SWIG_NEWPTR;
} else {
return pyseq.check();
}