[Nice-commit] Nice/src/bossa/syntax typecheck.nice,1.63,1.64
Brought to you by:
bonniot
|
From: <ar...@us...> - 2003-04-30 17:56:35
|
Update of /cvsroot/nice/Nice/src/bossa/syntax
In directory sc8-pr-cvs1:/tmp/cvs-serv3306/F:/nice/src/bossa/syntax
Modified Files:
typecheck.nice
Log Message:
Make compiling the compiler work again.
Index: typecheck.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/typecheck.nice,v
retrieving revision 1.63
retrieving revision 1.64
diff -C2 -d -r1.63 -r1.64
*** typecheck.nice 30 Apr 2003 17:40:46 -0000 1.63
--- typecheck.nice 30 Apr 2003 17:56:30 -0000 1.64
***************
*** 62,67 ****
}
! CallExp callto = cast(to);
! ?FieldAccess field = callto.getField();
String toName;
if (field == null)
--- 62,66 ----
}
! ?FieldAccess field = to.getField();
String toName;
if (field == null)
|