[Nice-commit] Nice/src/bossa/syntax analyse.nice,1.94,1.95
Brought to you by:
bonniot
From: <bo...@us...> - 2003-12-12 12:55:28
|
Update of /cvsroot/nice/Nice/src/bossa/syntax In directory sc8-pr-cvs1:/tmp/cvs-serv7669/src/bossa/syntax Modified Files: analyse.nice Log Message: Removed uses of 'object(...)', which is not needed anymore. Index: analyse.nice =================================================================== RCS file: /cvsroot/nice/Nice/src/bossa/syntax/analyse.nice,v retrieving revision 1.94 retrieving revision 1.95 diff -C2 -d -r1.94 -r1.95 *** analyse.nice 9 Dec 2003 17:20:15 -0000 1.94 --- analyse.nice 12 Dec 2003 12:55:25 -0000 1.95 *************** *** 607,611 **** throw new bossa.util.UserError(name, "Class " + name + " is not declared"); ! e.value = object(type); e.representedType = bossa.syntax.Node.getGlobalTypeScope(). globalLookup(name.toString(), name.location()); --- 607,611 ---- throw new bossa.util.UserError(name, "Class " + name + " is not declared"); ! e.value = type; e.representedType = bossa.syntax.Node.getGlobalTypeScope(). globalLookup(name.toString(), name.location()); |