CVS: sml/src/runtime/include asm-base.h,1.9,1.10

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

Modified Files:
	asm-base.h 
Log Message:
  Current versions of NetBSD (e.g., 3.x) do not have leading "_" on global names.


Index: asm-base.h
===================================================================
RCS file: /cvsroot/smlnj/sml/src/runtime/include/asm-base.h,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -d -r1.9 -r1.10
*** asm-base.h	10 Feb 2006 22:14:57 -0000	1.9
--- asm-base.h	16 Mar 2006 19:34:52 -0000	1.10
***************
*** 17,21 ****
  #define TRUE	1
  
! #if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || (defined(OPSYS_FREEBSD) && !defined(__ELF__)) || defined(OPSYS_NETBSD) || (defined(OPSYS_NETBSD2) && !defined(__ELF__)) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32) || defined(OPSYS_DARWIN) || defined(OPSYS_CYGWIN))
  #  define GLOBALS_HAVE_UNDERSCORE
  #endif
--- 17,21 ----
  #define TRUE	1
  
! #if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || (defined(OPSYS_FREEBSD) && !defined(__ELF__)) || (defined(OPSYS_NETBSD2) && !defined(__ELF__)) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32) || defined(OPSYS_DARWIN) || defined(OPSYS_CYGWIN))
  #  define GLOBALS_HAVE_UNDERSCORE
  #endif



-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&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.