[Nice-commit] Nice/src/bossa/syntax overloadedsymbol.nice,1.1,1.2
Brought to you by:
bonniot
From: Daniel B. <bo...@us...> - 2004-07-29 18:30:33
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29055/src/bossa/syntax Modified Files: overloadedsymbol.nice Log Message: Properly release cloned types when resolving overloading with overlapping Java methods. Index: overloadedsymbol.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/overloadedsymbol.nice,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** overloadedsymbol.nice 28 Jul 2004 14:40:33 -0000 1.1 --- overloadedsymbol.nice 29 Jul 2004 18:30:08 -0000 1.2 *************** *** 626,629 **** --- 626,630 ---- { // We can remove either, since they lead to the same implementation + syms[i].releaseClonedType(); symbols.remove(syms[i]); // Since we removed i, we don't need to continue this loop. |