removing the file 'builder.sce'

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/gsoc2009-sploving@11891 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
Baozeng Ding 2010-03-01 01:41:07 +00:00
commit 9e57bfd84a
4 changed files with 9 additions and 10 deletions

View file

@ -322,7 +322,8 @@ public:
Printf(f->def, "\nint iOutNum = 1;\nint iVarOut = Rhs + 1;");
/* Finish the the code for the function */
Printf(f->code, "LhsVar(iOutNum) = iVarOut;\n");
if (flag)
Printf(f->code, "LhsVar(iOutNum) = iVarOut;\n");
Printf(f->code, "return 0;\n");
Printf(f->code, "}\n");