aboutsummaryrefslogtreecommitdiffstats
path: root/lang/sml-nj/files/extra-patch-global-names
blob: 85d10136ce40601478067ad685ec2749afc14958 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- src/runtime/include/asm-base.h--    Thu Aug  6 13:40:30 1998
+++ src/runtime/include/asm-base.h  Mon Feb  1 15:33:00 1999
@@ -16,7 +16,7 @@
 #define FALSE  0
 #define TRUE   1
 
-#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || defined(OPSYS_FREEBSD) || defined(OPSYS_NETBSD) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
+#if (!defined(GLOBALS_HAVE_UNDERSCORE)) && (defined(OPSYS_SUNOS) || (defined(OPSYS_FREEBSD) && !defined(__ELF__)) || defined(OPSYS_NETBSD) || defined(OPSYS_NEXTSTEP) || defined(OPSYS_WIN32))
 #  define GLOBALS_HAVE_UNDERSCORE
 #endif