Update of /cvsroot/nice/Nice/src/bossa/syntax
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7649/src/bossa/syntax
Modified Files:
tools.nice
Log Message:
Removed duplicate retyping.
Index: tools.nice
===================================================================
RCS file: /cvsroot/nice/Nice/src/bossa/syntax/tools.nice,v
retrieving revision 1.113
retrieving revision 1.114
diff -C2 -d -r1.113 -r1.114
*** tools.nice 5 Apr 2005 12:50:02 -0000 1.113
--- tools.nice 15 Aug 2005 12:01:47 -0000 1.114
***************
*** 225,229 ****
mlsub.typing.Monotype intType() = native nice.tools.typing.PrimitiveType.intType;
mlsub.typing.Monotype longType() = native nice.tools.typing.PrimitiveType.longType;
- gnu.bytecode.ClassType Type_pointer_type() = native gnu.bytecode.Type.pointer_type;
mlsub.typing.TypeConstructor longTC() = native nice.tools.typing.PrimitiveType.longTC;
mlsub.typing.TypeConstructor intTC() = native nice.tools.typing.PrimitiveType.intTC;
--- 225,228 ----
|