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

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-serv32263/src/compiler/Semant/types

Modified Files:
	cproto.sml 
Log Message:
long long args now seem to work

Index: cproto.sml
===================================================================
RCS file: /cvsroot/smlnj/sml-dist/src/compiler/Semant/types/cproto.sml,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -d -r1.12 -r1.13
*** cproto.sml	3 Aug 2004 19:26:26 -0000	1.12
--- cproto.sml	9 Feb 2005 21:48:59 -0000	1.13
***************
*** 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.CCI32),
! 		 (listTy BT.word32Ty, CT.C_unsigned CT.I_long_long, P.CCI32),
  		 (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.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)]



-------------------------------------------------------
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.