CVS: sml-dist/src/compiler/Semant/types cproto.sml,1.13,1.14

Matthias Blume <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml-dist/src/compiler/Semant/types
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18358/src/compiler/Semant/types

Modified Files:
	cproto.sml 
Log Message:
long long results implemented

Index: cproto.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/Semant/types/cproto.sml,v
retrieving revision 1.13
retrieving revision 1.14
diff -C2 -d -r1.13 -r1.14
*** cproto.sml	9 Feb 2005 21:48:59 -0000	1.13
--- cproto.sml	10 Feb 2005 23:54:05 -0000	1.14
***************
*** 116,121 ****
  		 (listTy BT.charTy,   CT.C_signed   CT.I_short,     P.CCI32),
  		 (listTy BT.word8Ty,  CT.C_unsigned CT.I_short,     P.CCI32),
! 		 (listTy BT.int32Ty,  CT.C_signed   CT.I_long_long, P.CCML),
! 		 (listTy BT.word32Ty, CT.C_unsigned CT.I_long_long, P.CCML),
  		 (listTy (listTy BT.realTy), CT.C_long_double,      P.CCR64),
  		 (BT.exnTy,           CT.C_STRUCT [],               P.CCI32)]
--- 116,121 ----
  		 (listTy BT.charTy,   CT.C_signed   CT.I_short,     P.CCI32),
  		 (listTy BT.word8Ty,  CT.C_unsigned CT.I_short,     P.CCI32),
! 		 (listTy BT.int32Ty,  CT.C_signed   CT.I_long_long, P.CCI64),
! 		 (listTy BT.word32Ty, CT.C_unsigned CT.I_long_long, P.CCI64),
  		 (listTy (listTy BT.realTy), CT.C_long_double,      P.CCR64),
  		 (BT.exnTy,           CT.C_STRUCT [],               P.CCI32)]



-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.