CVS: sml/src/runtime/include ml-base.h,1.5,1.6 ml-osdep.h,1.4,1.5

John Reppy <[email protected]>
Newsgroups gmane.comp.lang.sml.smlnj.commits
Message-ID <[email protected]>
Update of /cvsroot/smlnj/sml/src/runtime/include
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2909/src/runtime/include

Modified Files:
	ml-base.h ml-osdep.h 
Log Message:
  Port to Intel Mac.


Index: ml-base.h
===================================================================
RCS file: /cvsroot/smlnj/sml/src/runtime/include/ml-base.h,v
retrieving revision 1.5
retrieving revision 1.6
diff -C2 -d -r1.5 -r1.6
*** ml-base.h	5 May 2005 16:25:12 -0000	1.5
--- ml-base.h	6 Feb 2006 22:04:00 -0000	1.6
***************
*** 9,13 ****
  
  /* macro concatenation (ANSI CPP) */
! #define CONCAT(a,b)	a ## b
  #define CONCAT3(a,b,c)	a ## b ## c
  
--- 9,15 ----
  
  /* macro concatenation (ANSI CPP) */
! #ifndef CONCAT /* assyntax.h also defines CONCAT */
! #  define CONCAT(a,b)	a ## b
! #endif
  #define CONCAT3(a,b,c)	a ## b ## c
  

Index: ml-osdep.h
===================================================================
RCS file: /cvsroot/smlnj/sml/src/runtime/include/ml-osdep.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ml-osdep.h	16 May 2003 16:59:29 -0000	1.4
--- ml-osdep.h	6 Feb 2006 22:04:00 -0000	1.5
***************
*** 51,54 ****
--- 51,59 ----
  #endif
  
+ /* support for ANSI C Floating-point extensions */
+ #if defined(OPSYS_DARWIN) && defined(TARGET_X86)
+ #define HAS_ANSI_C_FP_EXT
+ #endif
+ 
  #endif /* !_ML_OSDEP_ */
  



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=103432&bid=230486&dat=121642
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.