[Nice-commit] Nice/src/bossa/syntax typecheck.nice,1.92,1.93
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-08 17:21:38
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1:/tmp/cvs-serv16280/src/bossa/syntax Modified Files: typecheck.nice Log Message: Typo. Index: typecheck.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/typecheck.nice,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** typecheck.nice 30 Nov 2003 15:23:04 -0000 1.92 --- typecheck.nice 8 Dec 2003 17:21:34 -0000 1.93 *************** *** 687,691 **** if (! target.used) ! bossa.util.User.warning(decl, " Unused local variable " + target.name); ?Expression value = decl.value; --- 687,691 ---- if (! target.used) ! bossa.util.User.warning(decl, "Unused local variable " + target.name); ?Expression value = decl.value; |