[Nice-commit] Nice/src/bossa/syntax typecheck.nice,1.93,1.94 analyse.nice,1.92,1.93
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-09 16:06:07
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1:/tmp/cvs-serv22587/src/bossa/syntax Modified Files: typecheck.nice analyse.nice Log Message: Minor. Index: typecheck.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/typecheck.nice,v retrieving revision 1.93 retrieving revision 1.94 diff -C2 -d -r1.93 -r1.94 *** typecheck.nice 8 Dec 2003 17:21:34 -0000 1.93 --- typecheck.nice 9 Dec 2003 16:06:04 -0000 1.94 *************** *** 254,259 **** nullnessInfo(test@CallExp) { - (?List<MonoSymbol>, ?List<MonoSymbol>) res; - if (test.isCallTo("||")) { --- 254,257 ---- Index: analyse.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/analyse.nice,v retrieving revision 1.92 retrieving revision 1.93 diff -C2 -d -r1.92 -r1.93 *** analyse.nice 30 Nov 2003 13:09:20 -0000 1.92 --- analyse.nice 9 Dec 2003 16:06:04 -0000 1.93 *************** *** 393,397 **** return e; ! } ?Expression analyse(Expression e, Info info, boolean noEscape) = --- 393,397 ---- return e; ! } ?Expression analyse(Expression e, Info info, boolean noEscape) = |