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